From: Koen Kooi Date: Fri, 25 May 2012 07:31:47 +0000 (+0200) Subject: ti-hw-bringup-image: disable sdcard image class X-Git-Tag: ti2013.04.00~180 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af;ds=sidebyside ti-hw-bringup-image: disable sdcard image class The class breaks with the current genext2fs in oe-core. Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- 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