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

Arago Project git git at arago-project.org
Tue May 29 13:51:25 PDT 2012


Module: meta-ti
Branch: master
Commit: e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri May 25 09:31:47 2012 +0200

ti-hw-bringup-image: disable sdcard image class

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

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-misc/images/ti-hw-bringup-image.bb |    3 ++-
 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 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




More information about the meta-ti mailing list