summaryrefslogtreecommitdiffstats
path: root/meta-sota/conf
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-05-22 10:19:33 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2018-05-22 10:19:33 +0200
commit21b3d7ceedd53f9b5eb00b777bdb1cf22183e289 (patch)
tree7b4ef4b2e4d1ec02a61a87cbd040e1eebb5112a8 /meta-sota/conf
parent52e20c85e8a39f3d9bfc27448f235c34b31491e6 (diff)
downloadmeta-updater-21b3d7ceedd53f9b5eb00b777bdb1cf22183e289.tar.gz
Start moving everything for new directory structure
Diffstat (limited to 'meta-sota/conf')
-rw-r--r--meta-sota/conf/distro/poky-sota-systemd.conf13
-rw-r--r--meta-sota/conf/distro/poky-sota.conf9
-rw-r--r--meta-sota/conf/distro/sota.conf.inc13
-rw-r--r--meta-sota/conf/include/bblayers/sota.inc3
-rw-r--r--meta-sota/conf/include/bblayers/sota_am335x-evm.inc2
-rw-r--r--meta-sota/conf/include/bblayers/sota_intel-corei7-64.inc2
-rw-r--r--meta-sota/conf/include/bblayers/sota_m3ulcb.inc2
-rw-r--r--meta-sota/conf/include/bblayers/sota_porter.inc2
-rw-r--r--meta-sota/conf/include/bblayers/sota_qemux86-64.inc1
-rw-r--r--meta-sota/conf/include/bblayers/sota_raspberrypi2.inc3
-rw-r--r--meta-sota/conf/include/bblayers/sota_raspberrypi3.inc3
-rw-r--r--meta-sota/conf/layer.conf13
12 files changed, 66 insertions, 0 deletions
diff --git a/meta-sota/conf/distro/poky-sota-systemd.conf b/meta-sota/conf/distro/poky-sota-systemd.conf
new file mode 100644
index 0000000..7d008a9
--- /dev/null
+++ b/meta-sota/conf/distro/poky-sota-systemd.conf
@@ -0,0 +1,13 @@
1require conf/distro/poky.conf
2
3require conf/distro/sota.conf.inc
4
5DISTRO = "poky-sota"
6DISTRO_NAME = "OTA-enabled Linux"
7DISTRO_VERSION = "1.0"
8DISTRO_CODENAME = "sota"
9
10DISTRO_FEATURES_append = " systemd"
11VIRTUAL-RUNTIME_init_manager = "systemd"
12
13IMAGE_INSTALL_append = " connman connman-client"
diff --git a/meta-sota/conf/distro/poky-sota.conf b/meta-sota/conf/distro/poky-sota.conf
new file mode 100644
index 0000000..2bbc62b
--- /dev/null
+++ b/meta-sota/conf/distro/poky-sota.conf
@@ -0,0 +1,9 @@
1require conf/distro/poky.conf
2require conf/distro/sota.conf.inc
3
4DISTRO = "poky-sota"
5DISTRO_NAME = "OTA-enabled Linux"
6DISTRO_VERSION = "1.0"
7DISTRO_CODENAME = "sota"
8
9IMAGE_INSTALL_append = " connman connman-client"
diff --git a/meta-sota/conf/distro/sota.conf.inc b/meta-sota/conf/distro/sota.conf.inc
new file mode 100644
index 0000000..ea1ca95
--- /dev/null
+++ b/meta-sota/conf/distro/sota.conf.inc
@@ -0,0 +1,13 @@
1# Common settings to enable SOTA
2# This can be pulled into a custom distribution, or included in
3# local.conf directly with:
4#
5# require conf/distro/sota.conf.inc
6
7DISTRO_FEATURES_append = " sota"
8DISTRO_FEATURES_NATIVE_append = " sota"
9INHERIT += " sota"
10# Prelinking increases the size of downloads and causes build errors
11USER_CLASSES_remove = "image-prelink"
12
13HOSTTOOLS_append = " sync sha256sum"
diff --git a/meta-sota/conf/include/bblayers/sota.inc b/meta-sota/conf/include/bblayers/sota.inc
new file mode 100644
index 0000000..0e5842a
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota.inc
@@ -0,0 +1,3 @@
1BBLAYERS += "${METADIR}/meta-updater/meta-sota"
2BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems"
3BBLAYERS += "${METADIR}/meta-openembedded/meta-oe"
diff --git a/meta-sota/conf/include/bblayers/sota_am335x-evm.inc b/meta-sota/conf/include/bblayers/sota_am335x-evm.inc
new file mode 100644
index 0000000..f2d485d
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_am335x-evm.inc
@@ -0,0 +1,2 @@
1
2BBLAYERS += " ${METADIR}/meta-ti "
diff --git a/meta-sota/conf/include/bblayers/sota_intel-corei7-64.inc b/meta-sota/conf/include/bblayers/sota_intel-corei7-64.inc
new file mode 100644
index 0000000..32bd644
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_intel-corei7-64.inc
@@ -0,0 +1,2 @@
1
2BBLAYERS += " ${METADIR}/meta-updater/meta-sota-minnowboard ${METADIR}/meta-intel "
diff --git a/meta-sota/conf/include/bblayers/sota_m3ulcb.inc b/meta-sota/conf/include/bblayers/sota_m3ulcb.inc
new file mode 100644
index 0000000..04f78e4
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_m3ulcb.inc
@@ -0,0 +1,2 @@
1
2BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas-rcar-gen3 ${METADIR}/meta-openembedded/meta-multimedia"
diff --git a/meta-sota/conf/include/bblayers/sota_porter.inc b/meta-sota/conf/include/bblayers/sota_porter.inc
new file mode 100644
index 0000000..8fcb12e
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_porter.inc
@@ -0,0 +1,2 @@
1
2BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas/meta-rcar-gen2 ${METADIR}/meta-openembedded/meta-multimedia ${METADIR}/meta-sota-porter"
diff --git a/meta-sota/conf/include/bblayers/sota_qemux86-64.inc b/meta-sota/conf/include/bblayers/sota_qemux86-64.inc
new file mode 100644
index 0000000..2b79257
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_qemux86-64.inc
@@ -0,0 +1 @@
BBLAYERS += " ${METADIR}/meta-updater/meta-sota-qemux86-64 "
diff --git a/meta-sota/conf/include/bblayers/sota_raspberrypi2.inc b/meta-sota/conf/include/bblayers/sota_raspberrypi2.inc
new file mode 100644
index 0000000..726c862
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_raspberrypi2.inc
@@ -0,0 +1,3 @@
1BBLAYERS += " ${METADIR}/meta-openembedded/meta-python "
2
3BBLAYERS += " ${METADIR}/meta-updater/meta-sota-raspberrypi ${METADIR}/meta-raspberrypi "
diff --git a/meta-sota/conf/include/bblayers/sota_raspberrypi3.inc b/meta-sota/conf/include/bblayers/sota_raspberrypi3.inc
new file mode 100644
index 0000000..726c862
--- /dev/null
+++ b/meta-sota/conf/include/bblayers/sota_raspberrypi3.inc
@@ -0,0 +1,3 @@
1BBLAYERS += " ${METADIR}/meta-openembedded/meta-python "
2
3BBLAYERS += " ${METADIR}/meta-updater/meta-sota-raspberrypi ${METADIR}/meta-raspberrypi "
diff --git a/meta-sota/conf/layer.conf b/meta-sota/conf/layer.conf
new file mode 100644
index 0000000..798ceba
--- /dev/null
+++ b/meta-sota/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "sota"
9BBFILE_PATTERN_sota = "^${LAYERDIR}/"
10BBFILE_PRIORITY_sota = "7"
11
12LAYERDEPENDS_sota = "filesystems-layer"
13LAYERSERIES_COMPAT_sota = "sumo"