mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
layer.conf: revert previous prepending to BBPATH change
This reverts commit 35234fa937.
This was mainly needed for DTB fix that is specific to dylan branch and
is not required for master, plus it complicates life for other layers.
There is still a problem with Poky when manually adding layers and not
thinking about the correct order...
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# We have a conf and classes directory, append to BBPATH
|
||||
BBPATH =. "${LAYERDIR}:"
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||||
|
||||
Reference in New Issue
Block a user