Module: meta-ti Branch: master Commit: e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af URL: http://arago-project.org/git/meta-ti.git?a=commit;h=e4a354f6b06ceed3ddcce73b2fe9bfa9f43334af
Author: Koen Kooi <[email protected]> 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
