From: Denys Dmytriyenko <[email protected]> tisdk-image class requires further updating to better use the new rootfs/image framework in oe-core, for now disable non-existent API that breaks parsing.
Note, that tisdk combined images may be broken for now. Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/classes/tisdk-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/classes/tisdk-image.bbclass b/meta-arago-distro/classes/tisdk-image.bbclass index 59e467a..b100261 100644 --- a/meta-arago-distro/classes/tisdk-image.bbclass +++ b/meta-arago-distro/classes/tisdk-image.bbclass @@ -614,7 +614,7 @@ do_sdk_image () { mv ${IMAGE_ROOTFS}/etc ${IMAGE_ROOTFS}/.etc # Create the image directory symlinks - ${@get_imagecmds(d)} + # $ { @ get_imagecmds(d) } } license_create_manifest() { -- 2.0.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
