From e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 25 May 2012 09:31:47 +0200 Subject: [PATCH] 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 --- 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 -- 2.26.2