From 521815fa95dba3d47704b62b4b6911fc994ad4c8 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 11 Apr 2017 16:49:11 +0200 Subject: Switch to meta-updater Replace SOTA-related sections with includes, moved u-boot-ota common to minnowboard and qemu to meta-agl-bsp Change-Id: I531f0eec07bab01610a225afc6d32a2f3a8156ad Signed-off-by: Anton Gerasimov Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9095 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- templates/feature/agl-sota/50_bblayers.conf.inc | 8 ++++++++ templates/feature/agl-sota/50_local.conf.inc | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 templates/feature/agl-sota/50_bblayers.conf.inc create mode 100644 templates/feature/agl-sota/50_local.conf.inc (limited to 'templates/feature') diff --git a/templates/feature/agl-sota/50_bblayers.conf.inc b/templates/feature/agl-sota/50_bblayers.conf.inc new file mode 100644 index 000000000..bdcf07605 --- /dev/null +++ b/templates/feature/agl-sota/50_bblayers.conf.inc @@ -0,0 +1,8 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-updater \ + ${METADIR}/meta-openembedded/meta-filesystems \ + ${METADIR}/meta-openembedded/meta-python \ + ${METADIR}/meta-openembedded/meta-ruby \ + ${METADIR}/meta-rust \ + " + diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc new file mode 100644 index 000000000..42ff6bc1c --- /dev/null +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-updater/conf/distro/sota.conf.inc +require conf/distro/sota.conf.inc -- cgit 1.2.3-korg