From 4d610e9f230dd23589b18588446c2368f3a99446 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 25 Apr 2017 15:21:07 +0200 Subject: Replace includes with bblcasses They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL --- conf/include/bblayers/sota_intel-corei7-64.inc | 2 ++ conf/include/bblayers/sota_minnowboard.inc | 2 -- conf/include/bblayers/sota_raspberrypi.inc | 2 -- conf/include/bblayers/sota_raspberrypi2.inc | 2 ++ conf/include/bblayers/sota_raspberrypi3.inc | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 conf/include/bblayers/sota_intel-corei7-64.inc delete mode 100644 conf/include/bblayers/sota_minnowboard.inc delete mode 100644 conf/include/bblayers/sota_raspberrypi.inc create mode 100644 conf/include/bblayers/sota_raspberrypi2.inc create mode 100644 conf/include/bblayers/sota_raspberrypi3.inc (limited to 'conf/include/bblayers') diff --git a/conf/include/bblayers/sota_intel-corei7-64.inc b/conf/include/bblayers/sota_intel-corei7-64.inc new file mode 100644 index 0000000..1771e6c --- /dev/null +++ b/conf/include/bblayers/sota_intel-corei7-64.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel " diff --git a/conf/include/bblayers/sota_minnowboard.inc b/conf/include/bblayers/sota_minnowboard.inc deleted file mode 100644 index 1771e6c..0000000 --- a/conf/include/bblayers/sota_minnowboard.inc +++ /dev/null @@ -1,2 +0,0 @@ - -BBLAYERS += " ${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel " diff --git a/conf/include/bblayers/sota_raspberrypi.inc b/conf/include/bblayers/sota_raspberrypi.inc deleted file mode 100644 index 11ede20..0000000 --- a/conf/include/bblayers/sota_raspberrypi.inc +++ /dev/null @@ -1,2 +0,0 @@ - -BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " diff --git a/conf/include/bblayers/sota_raspberrypi2.inc b/conf/include/bblayers/sota_raspberrypi2.inc new file mode 100644 index 0000000..11ede20 --- /dev/null +++ b/conf/include/bblayers/sota_raspberrypi2.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " diff --git a/conf/include/bblayers/sota_raspberrypi3.inc b/conf/include/bblayers/sota_raspberrypi3.inc new file mode 100644 index 0000000..11ede20 --- /dev/null +++ b/conf/include/bblayers/sota_raspberrypi3.inc @@ -0,0 +1,2 @@ + +BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " -- cgit v1.2.3-54-g00ecf