* There is an issue with the tisdk-image.bbclass where for the TARGET_IMAGES, the IMAGE_BASENAME must match the image recipe name. * This works around that issue by setting the IMAGE_BASENAME to the recipe name.
Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb index a552ed6..3928948 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb @@ -13,4 +13,4 @@ IMAGE_INSTALL += "\ gdb \ " -export IMAGE_BASENAME = "tisdk-rootfs" +export IMAGE_BASENAME = "tisdk-server-rootfs-image" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
