diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/layer.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf index eb9f55ea97..bf0c1bfece 100644 --- a/meta-yocto-bsp/conf/layer.conf +++ b/meta-yocto-bsp/conf/layer.conf | |||
@@ -5,12 +5,6 @@ BBPATH .= ":${LAYERDIR}" | |||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
8 | |||
9 | PREFERRED_VERSION_linux-yocto_genericx86 ?= "5.8%" | ||
10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "5.8%" | ||
11 | PREFERRED_VERSION_linux-yocto_edgerouter ?= "5.8%" | ||
12 | PREFERRED_VERSION_linux-yocto_beaglebone-yocto ?= "5.8%" | ||
13 | |||
14 | BBFILE_COLLECTIONS += "yoctobsp" | 8 | BBFILE_COLLECTIONS += "yoctobsp" |
15 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" |
16 | BBFILE_PRIORITY_yoctobsp = "5" | 10 | BBFILE_PRIORITY_yoctobsp = "5" |