From 6d7da40bc0b4b2d457a29388bf6fdb3c63330b20 Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Tue, 19 Nov 2013 21:29:59 +0100 Subject: [PATCH] Add config file for new layer setup --- openembedded/build/conf/bblayers.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/openembedded/build/conf/bblayers.conf b/openembedded/build/conf/bblayers.conf index dfb59477..47d71433 100644 --- a/openembedded/build/conf/bblayers.conf +++ b/openembedded/build/conf/bblayers.conf @@ -18,16 +18,13 @@ BASELAYERS ?= " \ ${TOPDIR}/../meta-openembedded/meta-systemd \ ${TOPDIR}/../meta-openembedded/meta-networking \ ${TOPDIR}/../meta-openembedded/meta-multimedia \ - ${TOPDIR}/../meta-lxde \ - ${TOPDIR}/../meta-browser \ - ${TOPDIR}/../meta-ros \ " # These layers hold machine specific content, aka Board Support Packages BSPLAYERS ?= " \ - ${TOPDIR}/../meta-toradex \ - ${TOPDIR}/../meta-gumstix \ - ${TOPDIR}/../meta-gumstix-extras \ + ${TOPDIR}/../meta-toradex-community \ + ${TOPDIR}/../meta-gumstix-community \ + ${TOPDIR}/../meta-ti \ " BBLAYERS ?= " \ -- 2.39.2