All of lore.kernel.org
 help / color / mirror / Atom feed
* extend image.bbclass (or any bbclass file)
@ 2013-07-12 11:11 Davide Soldan
  2013-07-12 11:22 ` Erik Botö
  0 siblings, 1 reply; 6+ messages in thread
From: Davide Soldan @ 2013-07-12 11:11 UTC (permalink / raw)
  To: yocto

Hi to all,
I'm trying to move, from outside to inside my recipes, all the changes I've done for my custom image.
For example I changed the image.bbclass adding a function. But this file is outside of my recipes that are stored under my git repository. So I'd like to move this function from image.bbclass to another bbclass file under mi recipes directory.
I tried to copy image.bbclass under my recipes directory, change its name, and references correctly, but duplicates functions gave me some errors:

ERROR: The function normal_groups defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.
ERROR: The function complementary_globs defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.
ERROR: The function get_devtable_list defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.

So I think there should be a way to append some code to image.bbclass as I can do with recipes and bbappend files...right? How I can do that? Or maybe there's another and better way to do that?
Thanks to all!


^ permalink raw reply	[flat|nested] 6+ messages in thread
* extend image.bbclass (or any bbclass file)
@ 2013-07-12 11:10 Davide Soldan
  2013-07-12 13:35 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Davide Soldan @ 2013-07-12 11:10 UTC (permalink / raw)
  To: meta-freescale

Hi to all,
I'm trying to move, from outside to inside my recipes, all the changes I've done for my custom image.
For example I changed the image.bbclass adding a function. But this file is outside of my recipes that are stored under my git repository. So I'd like to move this function from image.bbclass to another bbclass file under mi recipes directory.
I tried to copy image.bbclass under my recipes directory, change its name, and references correctly, but duplicates functions gave me some errors:

ERROR: The function normal_groups defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.
ERROR: The function complementary_globs defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.
ERROR: The function get_devtable_list defined in image.bbclass was already declared in image-custom.bbclass. BitBake has a global python function namespace so shared functions should be declared in a common include file rather than being duplicated, or if the functions are different, please use different function names.

So I think there should be a way to append some code to image.bbclass as I can do with recipes and bbappend files...right? How I can do that? Or maybe there's another and better way to do that?
Thanks to all!


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-12 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 11:11 extend image.bbclass (or any bbclass file) Davide Soldan
2013-07-12 11:22 ` Erik Botö
2013-07-12 13:02   ` Davide Soldan
  -- strict thread matches above, loose matches on Subject: below --
2013-07-12 11:10 Davide Soldan
2013-07-12 13:35 ` Otavio Salvador
2013-07-12 13:42   ` Davide Soldan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.