Custom-made srcipk packages are foreign to the system and have issues installing into SDK. Disable for now, until resolved.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-core/images/arago-core-tisdk-image.inc | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc index 76102a1..da5d44d 100644 --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc @@ -55,14 +55,15 @@ IMAGE_INSTALL_QT = "\ IMAGE_INSTALL_QT_keystone = "" IMAGE_INSTALL_QT_omapl138 = "" -IMAGE_INSTALL = "\ - packagegroup-arago-tisdk-addons-sdk-host \ - ${@bb.utils.contains('MACHINE_FEATURES','dsp','packagegroup-arago-tisdk-opencl-sdk-host','',d)} \ - packagegroup-arago-tisdk-crypto-sdk-host \ - ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-host','',d)} \ - packagegroup-arago-tisdk-matrix-sdk-host \ - packagegroup-arago-tisdk-multimedia-sdk-host \ - packagegroup-arago-tisdk-hmi-sdk-host \ - packagegroup-arago-tisdk-amsdk-sdk-host${ARAGO_KERNEL_SUFFIX} \ - ${IMAGE_INSTALL_QT} \ -" +IMAGE_INSTALL = "" +# Disable all "sdk-host" packagegroups due to issues installing "srcipk" packages +# packagegroup-arago-tisdk-addons-sdk-host \ +# ${@bb.utils.contains('MACHINE_FEATURES','dsp','packagegroup-arago-tisdk-opencl-sdk-host','',d)} \ +# packagegroup-arago-tisdk-crypto-sdk-host \ +# ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-host','',d)} \ +# packagegroup-arago-tisdk-matrix-sdk-host \ +# packagegroup-arago-tisdk-multimedia-sdk-host \ +# packagegroup-arago-tisdk-hmi-sdk-host \ +# packagegroup-arago-tisdk-amsdk-sdk-host${ARAGO_KERNEL_SUFFIX} \ +# ${IMAGE_INSTALL_QT} \ +#" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
