diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2020-11-12 17:00:17 -0300 |
---|---|---|
committer | Fabio Berton <fabio.berton@ossystems.com.br> | 2020-11-12 17:01:08 -0300 |
commit | 45af454923e022f4bd8e3f6453486d232536cdcd (patch) | |
tree | cdc7b7054216da0fcdce069ea947d3e0dbe559a9 /conf | |
parent | b9870755b89b8bc81d0fee60e3050155e94a9c46 (diff) | |
download | meta-freescale-45af454923e022f4bd8e3f6453486d232536cdcd.tar.gz |
conf/layer.conf: Add hardknott to LAYERSERIES_COMPAT
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'conf')
-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 d02595e0..e8d1e887 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" | 11 | LAYERSERIES_COMPAT_freescale-layer = "gatesgarth hardknott" |
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" |