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 --- .../templates/feature/ss-interfaceunified/50_bblayers.conf.inc | 3 +++ meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc | 9 +++++++++ .../ss-interfaceunified/README_feature_ss-interfaceunified.md | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 meta-agl/templates/feature/ss-interfaceunified/50_bblayers.conf.inc create mode 100644 meta-agl/templates/feature/ss-interfaceunified/50_local.conf.inc create mode 100644 meta-agl/templates/feature/ss-interfaceunified/README_feature_ss-interfaceunified.md (limited to 'meta-agl/templates/feature/ss-interfaceunified') diff --git a/meta-agl/templates/feature/ss-interfaceunified/50_bblayers.conf.inc b/meta-agl/templates/feature/ss-interfaceunified/50_bblayers.conf.inc new file mode 100644 index 00000000..94d13d64 --- /dev/null +++ b/meta-agl/templates/feature/ss-interfaceunified/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-agl/meta-agl-basesystem \ +" 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" diff --git a/meta-agl/templates/feature/ss-interfaceunified/README_feature_ss-interfaceunified.md b/meta-agl/templates/feature/ss-interfaceunified/README_feature_ss-interfaceunified.md new file mode 100644 index 00000000..719dd692 --- /dev/null +++ b/meta-agl/templates/feature/ss-interfaceunified/README_feature_ss-interfaceunified.md @@ -0,0 +1,3 @@ +--- +description: Feature ss-interfaceunified +authors: -- cgit 1.2.3-korg