From aadeb8892bd10afe952fce02a8a6abd4fa9f0ea4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 16 Apr 2020 20:16:57 +0200 Subject: Diff of the 8.0.2 code-drop against stock AGL 8.0.2 Signed-off-by: Jan-Simon Moeller --- meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc (limited to 'meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc') diff --git a/meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc b/meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc new file mode 100644 index 00000000..5d58b66c --- /dev/null +++ b/meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc @@ -0,0 +1,9 @@ +DISTRO_FEATURES_append = " systemd ${DISTRO_FEATURES_LIBC}" +TOOLCHAIN_HOST_TASK_append += " nativesdk-os-rpclibrary-tool nativesdk-perl-module-app-cpan nativesdk-perl-module-json-pp" + +# add the static lib to SDK toolchain +SDKIMAGE_FEATURES_append += " staticdev-pkgs dev-pkgs tools-debug tools-profile headerfiles-pkgs nativesdk-os-rpclibrary" +SDKIMAGE_FEATURES_remove += " dbg-pkgs" +EXTRA_IMAGE_FEATURES_append += " staticdev-pkgs dev-pkgs dbg-pkgs tools-profile" + +IMAGE_INSTALL_append += " ss-interfaceunified" -- cgit 1.2.3-korg