summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-25 09:31:47 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-29 15:57:50 -0400
commite4a354f6b06ceed3ddcce73b2fe9bfa9f43334af (patch)
tree540f1e734b32e2e01d6653bfcf5554e1d2d0bcab
parent0dc054072d133ba96cc799ef9ac4b9f37b69a139 (diff)
downloadmeta-ti-e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af.tar.gz
ti-hw-bringup-image: disable sdcard image class
The class breaks with the current genext2fs in oe-core. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-misc/images/ti-hw-bringup-image.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
index 2be8baf6..94900983 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 += " \
29 29
30export IMAGE_BASENAME = "TI-hw-bringup" 30export IMAGE_BASENAME = "TI-hw-bringup"
31 31
32inherit sdcard_image 32# This doesn't work with the current genext2fs in oe-core
33# inherit sdcard_image