diff options
author | John Klug <john.klug@multitech.com> | 2023-05-25 09:29:03 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-05-25 09:29:03 -0500 |
commit | def37f787836532c07350ec01c34d89b428e55c3 (patch) | |
tree | 3e9df5d4e1d9ea168fc6ed44ba1f529b99485f3c | |
parent | 03e5ff51b132b66eebecd28dd157afe25b73e5fa (diff) | |
download | mlinux-def37f787836532c07350ec01c34d89b428e55c3.tar.gz mlinux-def37f787836532c07350ec01c34d89b428e55c3.tar.bz2 mlinux-def37f787836532c07350ec01c34d89b428e55c3.zip |
Remove obsolete python2 layer
-rw-r--r-- | conf/bblayers.conf.mlinux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/bblayers.conf.mlinux b/conf/bblayers.conf.mlinux index fb68424..8d7c438 100644 --- a/conf/bblayers.conf.mlinux +++ b/conf/bblayers.conf.mlinux @@ -37,7 +37,6 @@ BBLAYERS = " \ __OEROOT__/layers/meta-multitech \ __OEROOT__/layers/meta-mono \ __OEROOT__/layers/meta-java \ - __OEROOT__/layers/meta-python2 \ __OEROOT__/layers/meta-swupdate \ __OEROOT__/layers/meta-nodejs \ __OEROOT__/layers/meta-openembedded/meta-oe \ |