On 7/2/12 3:12 PM, Phil Blundell wrote:
On Sat, 2012-06-30 at 00:07 -0500, Mark Hatle wrote:
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 4f50376..7e41982 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -3,6 +3,11 @@ inherit rootfs_${IMAGE_PKGTYPE}
IMAGETEST ?= "dummy"
inherit imagetest-${IMAGETEST}
+inherit populate_sdk_base
This seems to haul a vast amount of stuff into image.bbclass. Is it
really necessary to have all that in there by default?
Yes, in order to build an SDK that matches an image, it is.
We need to have all of the code that is needed for both IMAGE and SDK
generation. The SDK code is only active if and only if you call the
populate_sdk task.
--Mark
p.
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core