From 82a3c13a0b0c9979fa0812143d619748aa89c85d Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 3 Apr 2017 12:08:39 +0200 Subject: Replace TEMPLATECONF with agl-like config snippets --- conf/include/bblayers/sota.inc | 5 +++++ conf/include/bblayers/sota_minnowboard.inc | 2 ++ conf/include/bblayers/sota_porter.inc | 2 ++ conf/include/bblayers/sota_qemux86-64.inc | 2 ++ conf/include/bblayers/sota_raspberrypi.inc | 2 ++ 5 files changed, 13 insertions(+) create mode 100644 conf/include/bblayers/sota.inc create mode 100644 conf/include/bblayers/sota_minnowboard.inc create mode 100644 conf/include/bblayers/sota_porter.inc create mode 100644 conf/include/bblayers/sota_qemux86-64.inc create mode 100644 conf/include/bblayers/sota_raspberrypi.inc (limited to 'conf/include/bblayers') diff --git a/conf/include/bblayers/sota.inc b/conf/include/bblayers/sota.inc new file mode 100644 index 0000000..97edecb --- /dev/null +++ b/conf/include/bblayers/sota.inc @@ -0,0 +1,5 @@ + +BBLAYERS += "${METADIR}/meta-updater" +BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" +BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" +BBLAYERS += "${METADIR}/meta-rust" diff --git a/conf/include/bblayers/sota_minnowboard.inc b/conf/include/bblayers/sota_minnowboard.inc new file mode 100644 index 0000000..1771e6c --- /dev/null +++ b/conf/include/bblayers/sota_minnowboard.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel " diff --git a/conf/include/bblayers/sota_porter.inc b/conf/include/bblayers/sota_porter.inc new file mode 100644 index 0000000..a0888d5 --- /dev/null +++ b/conf/include/bblayers/sota_porter.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-porter ${METADIR}/meta-renesas " diff --git a/conf/include/bblayers/sota_qemux86-64.inc b/conf/include/bblayers/sota_qemux86-64.inc new file mode 100644 index 0000000..22ace81 --- /dev/null +++ b/conf/include/bblayers/sota_qemux86-64.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-qemux86-64 " diff --git a/conf/include/bblayers/sota_raspberrypi.inc b/conf/include/bblayers/sota_raspberrypi.inc new file mode 100644 index 0000000..11ede20 --- /dev/null +++ b/conf/include/bblayers/sota_raspberrypi.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " -- cgit v1.2.3-54-g00ecf