summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-10-21 13:25:07 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-10-29 17:07:14 +0100
commitf22f8651f741c76d087a431f5aa334515b12a34b (patch)
tree6c9dd679a996e01b0c412e1f107c132110275833
parentaa8d68a6defb4676ade11ad5ebc610557d8d4cce (diff)
downloadmeta-updater-f22f8651f741c76d087a431f5aa334515b12a34b.tar.gz
Default bblayers.conf for rpi3-64 also requires meta-python.
In warrior and newer branches, meta-python is required by everything, but for thud and earlier, it's only necessary for RPi. That said, I'm not sure why rpi2 has never used it. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--conf/include/bblayers/sota_raspberrypi3-64.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/include/bblayers/sota_raspberrypi3-64.inc b/conf/include/bblayers/sota_raspberrypi3-64.inc
index ea420ba..03f8f44 100644
--- a/conf/include/bblayers/sota_raspberrypi3-64.inc
+++ b/conf/include/bblayers/sota_raspberrypi3-64.inc
@@ -1,2 +1,3 @@
1BBLAYERS += "${METADIR}/meta-openembedded/meta-python"
1BBLAYERS += "${METADIR}/meta-updater-raspberrypi" 2BBLAYERS += "${METADIR}/meta-updater-raspberrypi"
2BBLAYERS += "${METADIR}/meta-raspberrypi" 3BBLAYERS += "${METADIR}/meta-raspberrypi"