Skip to content

Commit 10a4cf6

Browse files
committed
meta-chromium: Support whinlatter only
There are breaking changes in whinlatter in oe-core. Part of the changes was that meta-clang was merged into oe-core. There's no need to depend on meta-clang anymore. Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent 994dbca commit 10a4cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-chromium/conf/layer.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ BBFILE_PATTERN_chromium-browser-layer := "^${LAYERDIR}/"
99
BBFILE_PRIORITY_chromium-browser-layer = "7"
1010

1111
LAYERVERSION_chromium-browser-layer = "1"
12-
LAYERSERIES_COMPAT_chromium-browser-layer = "scarthgap styhead walnascar whinlatter"
12+
LAYERSERIES_COMPAT_chromium-browser-layer = "whinlatter"
1313

14-
LAYERDEPENDS_chromium-browser-layer = "clang-layer core openembedded-layer"
14+
LAYERDEPENDS_chromium-browser-layer = "core openembedded-layer"

0 commit comments

Comments
 (0)