diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-15 02:15:57 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-15 02:15:57 +0100 |
commit | 7269b0a3f0b7e5f41ba65c7321fde9b8fd88c642 (patch) | |
tree | a03775e3a61d752850df6ac6b6bdcc26f5dcc973 /yocto/meta-bsp-rvphone/conf/layer.conf | |
parent | b8015c9579d88bb7c5f0637c1bac836ec71bda1d (diff) |
removed old (compulab) yocto directory
Diffstat (limited to 'yocto/meta-bsp-rvphone/conf/layer.conf')
-rw-r--r-- | yocto/meta-bsp-rvphone/conf/layer.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/yocto/meta-bsp-rvphone/conf/layer.conf b/yocto/meta-bsp-rvphone/conf/layer.conf deleted file mode 100644 index f87dbac..0000000 --- a/yocto/meta-bsp-rvphone/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# We have a conf and classes directory, append to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have a recipes directory containing .bb and .bbappend files, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "rvphone-bsp" -BBFILE_PATTERN_rvphone-bsp := "^${LAYERDIR}/" -BBFILE_PRIORITY_rvphone-bsp = "9" - -LAYERSERIES_COMPAT_rvphone-bsp = "sumo" |