From f22f8651f741c76d087a431f5aa334515b12a34b Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 21 Oct 2019 13:25:07 +0200 Subject: 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 --- conf/include/bblayers/sota_raspberrypi3-64.inc | 1 + 1 file changed, 1 insertion(+) 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 @@ +BBLAYERS += "${METADIR}/meta-openembedded/meta-python" BBLAYERS += "${METADIR}/meta-updater-raspberrypi" BBLAYERS += "${METADIR}/meta-raspberrypi" -- cgit v1.2.3-54-g00ecf