From: Jan-Simon Möller Date: Wed, 22 Aug 2018 13:25:01 +0000 (+0200) Subject: Add lua-dev and lua-staticdev to minimal crosssdk image X-Git-Tag: flounder_5.99.4~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c7167b47cce11eb33b43407be65b2debf16605ee;p=AGL%2Fmeta-agl.git Add lua-dev and lua-staticdev to minimal crosssdk image Change-Id: I28d58ec2096531e6db008f8417c47fde23768994 Bug-AGL: SPEC-1678 Signed-off-by: Jan-Simon Möller --- diff --git a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb index 164e1e9f5..44c43c54a 100755 --- a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb +++ b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb @@ -11,6 +11,19 @@ LICENSE = "MIT" IMAGE_FEATURES_append = " dev-pkgs" IMAGE_INSTALL_append = " kernel-dev kernel-devsrc" +# required dependencies for app and test builds +# also in the minimal image (SPEC-1678) +TOOLCHAIN_HOST_TASK += " \ + nativesdk-lua \ + " + +# required dependencies for app and test builds +# also in the minimal image (SPEC-1678) +TOOLCHAIN_TARGET_TASK += " \ + lua-dev \ + lua-staticdev \ + " + inherit populate_sdk # Task do_populate_sdk and do_rootfs can't be exec simultaneously.