Skip to content

Commit

Permalink
Merge pull request #176 from lumag/drop-layers
Browse files Browse the repository at this point in the history
Drop unused layers
  • Loading branch information
lumag authored Nov 14, 2023
2 parents c4d6d36 + 3270e69 commit 28f2468
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ BASELAYERS ?= " \

# These layers hold machine specific content, aka Board Support Packages
BSPLAYERS ?= " \
${OEROOT}/layers/meta-96boards \
${OEROOT}/layers/meta-qcom \
"

# Add your overlay location to EXTRALAYERS
# Make sure to have a conf/layers.conf in there
EXTRALAYERS ?= " \
${OEROOT}/layers/meta-arm/meta-arm-toolchain \
"

BBLAYERS = " \
Expand Down
2 changes: 0 additions & 2 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@

<default revision="master" sync-j="4"/>

<project name="96boards/meta-96boards" path="layers/meta-96boards" remote="github"/>
<project name="96boards/meta-rpb" path="layers/meta-rpb" remote="github"/>
<project name="96boards/oe-rpb-manifest" path="conf" remote="github" revision="qcom/master">
<linkfile dest="setup-environment" src="setup-environment-internal"/>
</project>
<project name="OSSystems/meta-browser" path="layers/meta-browser" remote="github"/>
<project name="git/meta-arm" path="layers/meta-arm" remote="yocto"/>
<!-- <project name="git/meta-selinux" path="layers/meta-selinux" remote="yocto"/> -->
<project name="git/meta-virtualization" path="layers/meta-virtualization" remote="yocto"/>
<project name="kraj/meta-clang" path="layers/meta-clang" remote="github"/>
Expand Down

0 comments on commit 28f2468

Please sign in to comment.