diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 14:25:13 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-20 00:34:18 +0000 |
commit | f4235a45f1c0b01208a67de94637f73b0d5ad6d4 (patch) | |
tree | b38a84885fc63354c6c3d69f2c6cb4ddcdc5b628 /meta-agl-core/recipes-platform | |
parent | ceda64c1ae17a802ae6c345949bd4025ac14ece7 (diff) |
Follow-up removal of deprecated recipes after appfw removal
A follow-up cleanup to the previous changes.
- the aws+azure binders are deprecated in master, thus remove meta-iot-cloud
- meta-security is no longer a dependency
- rm agl-sota (due to meta-updater deprecation)
- rm agl-sign-wgts feature
- cleanup poky-agl.conf
Bug-AGL: SPEC-4121
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I274179ab1fb74b274e955bd9a3eeccccac615770
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26870
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-core/recipes-platform')
-rw-r--r-- | meta-agl-core/recipes-platform/images/agl-image-minimal-crosssdk.inc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-agl-core/recipes-platform/images/agl-image-minimal-crosssdk.inc b/meta-agl-core/recipes-platform/images/agl-image-minimal-crosssdk.inc index 8695d8d4b..bab27eb98 100644 --- a/meta-agl-core/recipes-platform/images/agl-image-minimal-crosssdk.inc +++ b/meta-agl-core/recipes-platform/images/agl-image-minimal-crosssdk.inc @@ -1,24 +1,2 @@ IMAGE_FEATURES:append = " dev-pkgs" IMAGE_INSTALL:append = " kernel-dev kernel-devsrc" - - - - - - -# FIXME: -# Always include the test widgets -#IMAGE_FEATURES:append = " agl-test-wgt" -# -# Required dependencies for app and test builds -#TOOLCHAIN_HOST_TASK += " \ -# nativesdk-lua \ -# " -# -# Required dependencies for app and test builds -#TOOLCHAIN_TARGET_TASK += " \ -# lua-dev \ -# lua-staticdev \ -# libafb-helpers-staticdev \ -# libappcontroller-staticdev \ -# " |