[meta-ti] [PATCH] ti-hw-bringup-image: disable sdcard image class

Koen Kooi koen at dominion.thruhere.net
Fri May 25 00:31:47 PDT 2012


The class breaks with the current genext2fs in oe-core.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 recipes-misc/images/ti-hw-bringup-image.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
index 2be8baf..9490098 100644
--- a/recipes-misc/images/ti-hw-bringup-image.bb
+++ b/recipes-misc/images/ti-hw-bringup-image.bb
@@ -29,4 +29,5 @@ IMAGE_INSTALL += " \
 
 export IMAGE_BASENAME = "TI-hw-bringup"
 
-inherit sdcard_image
+# This doesn't work with the current genext2fs in oe-core
+# inherit sdcard_image
-- 
1.7.10




More information about the meta-ti mailing list