diff options
author | Patrick Venture <venture@google.com> | 2019-04-22 18:44:25 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-04-24 22:42:21 +0300 |
commit | f7f96a4ea7ecf76c0d9a60d23ca61585c3004d31 (patch) | |
tree | 9593a22933b6a7855f3b02a61b7e41420a7ce67a /meta-quanta/conf | |
parent | ed9a891d7108bb06f01943e3f3392ab33e8a329b (diff) | |
download | openbmc-f7f96a4ea7ecf76c0d9a60d23ca61585c3004d31.tar.xz |
meta-quanta: set compat for quanta layer
Set the compatible layer for meta-quanta.
(From meta-quanta rev: 6beb6d2b30c46c24d2d0e1f3d255b85adb797f77)
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Idfad608e2cef6bdaae6bc0dc2b3c1bcd9cfa3d32
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/conf')
-rw-r--r-- | meta-quanta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf index 9ff2efe1b..8bbd31dca 100644 --- a/meta-quanta/conf/layer.conf +++ b/meta-quanta/conf/layer.conf @@ -6,3 +6,4 @@ BBFILE_PATTERN_quanta = "" # Provide a variable that points the base of the quanta layer. QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}' +LAYERSERIES_COMPAT_quanta-layer = "thud warrior" |