diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2021-03-31 23:08:43 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2021-04-06 16:22:18 +0300 |
commit | 5cbb9c9fe72ec00f03a62ac162bb8ca5f5037b03 (patch) | |
tree | 38ad324f7eada669970c2b90416c514740ebac28 /meta-quanta/conf | |
parent | 26f709974ecc7ac6fdc57f9ffc034dc0ddbb9aac (diff) | |
download | openbmc-5cbb9c9fe72ec00f03a62ac162bb8ca5f5037b03.tar.xz |
hardknott: yocto release
Latest upstream yocto has moved on to the 3.3 hardknott release
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ieae36798d66d21c2c642931f06407d3bb2acf163
Diffstat (limited to 'meta-quanta/conf')
-rw-r--r-- | meta-quanta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf index 8db4bd2e8..5ab3e2684 100644 --- a/meta-quanta/conf/layer.conf +++ b/meta-quanta/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "quanta-layer" BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/" -LAYERSERIES_COMPAT_quanta-layer = "dunfell gatesgarth" +LAYERSERIES_COMPAT_quanta-layer = "gatesgarth hardknott" |