From 4b4d29a1472175a188098be5419b103173c9f257 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Fri, 4 Sep 2020 07:28:57 +0200 Subject: [PATCH] buildconf: Add meta-python2 layer to support python2 Signed-off-by: Thomas Klaehn --- buildconf/genericx86-64/bblayers.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/buildconf/genericx86-64/bblayers.conf.sample b/buildconf/genericx86-64/bblayers.conf.sample index 3b3faf4..b55271c 100644 --- a/buildconf/genericx86-64/bblayers.conf.sample +++ b/buildconf/genericx86-64/bblayers.conf.sample @@ -13,6 +13,7 @@ BBLAYERS ?= " \ ${TOPDIR}/../layers/meta-openembedded/meta-oe \ ${TOPDIR}/../layers/meta-openembedded/meta-networking \ ${TOPDIR}/../layers/meta-openembedded/meta-python \ + ${TOPDIR}/../layers/meta-openembedded/meta-python2 \ ${TOPDIR}/../layers/meta-virtualization \ ${TOPDIR}/../layers/meta-arm/meta-arm-toolchain \ ${TOPDIR}/../layers/meta-perinet \