From 15c648c3341b8988f6346e809f736fbb19a966da Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 26 Feb 2019 11:08:23 +0100 Subject: Add meta-python layer to all platforms Needed for meta-oe since this change: http://git.openembedded.org/meta-openembedded/commit/?id=987d28c27e70ba12edf2b99745c13e7525206f4a Signed-off-by: Laurent Bonnans --- conf/include/bblayers/sota.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/include/bblayers/sota.inc') diff --git a/conf/include/bblayers/sota.inc b/conf/include/bblayers/sota.inc index 26eea22..c4ecd4e 100644 --- a/conf/include/bblayers/sota.inc +++ b/conf/include/bblayers/sota.inc @@ -1,3 +1,4 @@ BBLAYERS += "${METADIR}/meta-updater" BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" +BBLAYERS += "${METADIR}/meta-openembedded/meta-python" -- cgit v1.2.3-54-g00ecf