diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
commit | 13fc081bf70a9438be3a09c91ee38af9798af207 (patch) | |
tree | 65bd706ac903f37aaa01a829e0e163ce5b94cbab | |
parent | 59d36c9832702989bfcca8a5af29fb2dff01efcc (diff) | |
download | meta-freescale-13fc081bf70a9438be3a09c91ee38af9798af207.tar.gz |
layer.conf: Drop compatibility with older than hardknott releases
New override syntax requires it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index e07b65ab..77e704ed 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "freescale-layer" | 8 | BBFILE_COLLECTIONS += "freescale-layer" |
9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_freescale-layer = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
11 | LAYERSERIES_COMPAT_freescale-layer = "gatesgarth hardknott" | 11 | LAYERSERIES_COMPAT_freescale-layer = "honister" |
12 | 12 | ||
13 | # Add the Freescale-specific licenses into the metadata | 13 | # Add the Freescale-specific licenses into the metadata |
14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |