X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-platform%2Fimages%2Fagl-image-minimal-crosssdk.bb;h=44c43c54ad5486e214918b6357b0646a9f96d3f6;hb=dc7e96badb87a9b3ff3efbabf51f01c9f31677e4;hp=164e1e9f52a996c2a01b7fc79bba6d2aa04e6288;hpb=b43165328658087277b667152fdbc04fe07cba08;p=AGL%2Fmeta-agl.git 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.