diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-05-22 09:39:42 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | b029be16a324c3e6968643b31965ee9ababba9e7 (patch) | |
tree | f4ce76ad8c54555a83d740cc38d367ff8300ca2e /meta-rcar-gen3/conf | |
parent | 8af0b7d6e445b532088a068dc012757001be3a1f (diff) |
rcar-gen3: layer.conf: Update LAYERSERIES_COMPAT to thud
Thud branch has been released on Poky upstream.
This commit sets LAYERSERIES_COMPAT for meta-renesas to be compatible
with thud branch.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/conf')
-rw-r--r-- | meta-rcar-gen3/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/conf/layer.conf b/meta-rcar-gen3/conf/layer.conf index 7c09bc3..cc52dc6 100644 --- a/meta-rcar-gen3/conf/layer.conf +++ b/meta-rcar-gen3/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "rcar-gen3" BBFILE_PATTERN_rcar-gen3 = "^${LAYERDIR}/" BBFILE_PRIORITY_rcar-gen3 = "6" + +LAYERSERIES_COMPAT_rcar-gen3 = "thud" |