The class breaks with the current genext2fs in oe-core. Signed-off-by: Koen Kooi <[email protected]> --- 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 -- 1.7.10 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
