Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 17 additions & 17 deletions meta-firefox/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions meta-firefox/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ BBFILE_PATTERN_firefox-browser-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_firefox-browser-layer = "7"

LAYERVERSION_firefox-browser-layer = "2"
LAYERSERIES_COMPAT_firefox-browser-layer = "kirkstone scarthgap walnascar whinlatter"
LAYERSERIES_COMPAT_firefox-browser-layer = "kirkstone scarthgap whinlatter wrynose"
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change adds wrynose as described, but it also drops walnascar from LAYERSERIES_COMPAT_firefox-browser-layer. If walnascar is still intended to be supported, it should remain in this list; otherwise, please update the PR description to call out the support drop since it’s a potentially breaking change for downstream users.

Copilot uses AI. Check for mistakes.

LAYERDEPENDS_firefox-browser-layer = "core openembedded-layer"
LAYERDEPENDS_firefox-browser-layer:append = '${@"" if "whinlatter" in d.getVar("LAYERSERIES_CORENAMES") else " clang-layer "}'
LAYERDEPENDS_firefox-browser-layer:append = '${@"" if "whinlatter" in d.getVar("LAYERSERIES_CORENAMES") or "wrynose" in d.getVar("LAYERSERIES_CORENAMES") else " clang-layer "}'
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using Python substring checks (\"whinlatter\" in ...) against LAYERSERIES_CORENAMES is less robust than token-aware helpers (e.g., bb.utils.contains() / bb.utils.contains_any()), and can produce false positives if names ever change. Consider switching this expression to bb.utils.contains_any(\"LAYERSERIES_CORENAMES\", \"whinlatter wrynose\", ... ) for consistency with the approach used in post-whinlatter-s-config.inc.

Suggested change
LAYERDEPENDS_firefox-browser-layer:append = '${@"" if "whinlatter" in d.getVar("LAYERSERIES_CORENAMES") or "wrynose" in d.getVar("LAYERSERIES_CORENAMES") else " clang-layer "}'
LAYERDEPENDS_firefox-browser-layer:append = '${@bb.utils.contains_any("LAYERSERIES_CORENAMES", "whinlatter wrynose", "", " clang-layer ", d)}'

Copilot uses AI. Check for mistakes.

require conf/post-whinlatter-s-config.inc
2 changes: 1 addition & 1 deletion meta-firefox/conf/post-whinlatter-s-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
WHINLATTER_S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}"
NON_WHINLATTER_S = "${WORKDIR}/git"

CORRECT_S = '${@bb.utils.contains_any("LAYERSERIES_CORENAMES", "whinlatter", d.getVar("WHINLATTER_S"), d.getVar("NON_WHINLATTER_S"), d)}'
CORRECT_S = '${@bb.utils.contains_any("LAYERSERIES_CORENAMES", "whinlatter wrynose", d.getVar("WHINLATTER_S"), d.getVar("NON_WHINLATTER_S"), d)}'

S:pn-cbindgen = "${CORRECT_S}"
S:pn-cbindgen-native = "${CORRECT_S}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

require firefox-l10n.inc

SRC_URI[md5sum] = "0de7023ac3e27e05a7efb43bb44b0191"
SRC_URI[sha256sum] = "cd380efa723dcd49dbad95182f4b6a5648fee3cdb84f0f2c0dbf97e833baed9d"
SRC_URI[md5sum] = "8ca9b30a7baf6e091e8d9715b622284c"
SRC_URI[sha256sum] = "6d25625a27b60eabab7b3d42271a8c68acafb548397f07f26de4be7cf5ddb642"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

require firefox-l10n.inc

SRC_URI[md5sum] = "2921d8ce1dcc42d8fcbbac4907cf1420"
SRC_URI[sha256sum] = "ee29d099cc15c093d6d3da96f191e5b6caad12f9fbb422727a963860fe48ef90"
SRC_URI[md5sum] = "ff1570398d2618583fb55da40d13491d"
SRC_URI[sha256sum] = "1aa51a67664eeae76ac9ae2177bd959473e46a821c9896e9b290e05d29550370"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

require firefox-l10n.inc

SRC_URI[md5sum] = "4d71eb4150531e3320e8e49a8f8fa307"
SRC_URI[sha256sum] = "98d32317565e302f77482bf97eb090171575724c805d746e343f85533a110479"
SRC_URI[md5sum] = "7c9800d3b2d23a9117b35f7d223c7ff5"
SRC_URI[sha256sum] = "07f000e394d579fa02a1d4ed670ad107415e103a120cef503320193be3bec055"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

require firefox-l10n.inc

SRC_URI[md5sum] = "8d47798e5d1740bcebfb4e898c978371"
SRC_URI[sha256sum] = "d0ba2f7c9c1d2f3e6cb34565e74f5a41f92104665fa58c378c3810bf2eb40a36"
SRC_URI[md5sum] = "66c5dc41f11794eec32d4cea691f745b"
SRC_URI[sha256sum] = "320e2cd31da1a41e4e51ab970178f8312945c39efacab71b36875291931b1ae1"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "d0c6af8d6d0069cc0c8216193d196f9a"
SRC_URI[sha256sum] = "514388a046f6e3990a18d133acaf1faf83e5e243371ad00bece89165ace172cb"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "4f9bf7cd17ac69e23b46050757b7999e"
SRC_URI[sha256sum] = "d993799448894e688fe7ba4577a8ff79c1e395c11879e511805e4b2e4950a4f9"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "194840b1f05cb8918ceb681ca69b9b63"
SRC_URI[sha256sum] = "9f82f5a5caeaa09481d7b3eae23f1f6ca1019cad7ddb0eb464a91958f28b5191"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "ff5fa92d755c4f12fb388aa2ece45555"
SRC_URI[sha256sum] = "e611d3e5386b8f110062caa1b8956410be120c91f879485c42177d4c2373c241"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "4f183b399b576023074b3c3e20acdede"
SRC_URI[sha256sum] = "eff5a2d9692f58e54463223084323e6dd5e5d7b8bd123227b8ccf7ec54805722"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "fb256ee870b426a31e340517265e8b4e"
SRC_URI[sha256sum] = "f0542e5887c0f15478d26da2233b2080c8b3e2c957c5a978ea11a25c8e5f4db1"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "830c90965115ed158243d254f5c7a600"
SRC_URI[sha256sum] = "fd91dbe27543b3812e2278c6ac39280c6338de77a9934fc7913bfe8d5b8af4fe"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "5654ed1a22dd9f314845926c39c0738e"
SRC_URI[sha256sum] = "7328c225058fb2461d324fc39d4be7accf92a2f6cb64b6c067bc431a942e3f06"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "50988a4cfcd5083e73baad959841d57b"
SRC_URI[sha256sum] = "fe12b74735fffa66cada359c2ab5d73b1022149a7ef0632980268e8923b567f5"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "8e68a08ad87abf8a435e66b36cb12a90"
SRC_URI[sha256sum] = "4b700aef5e6b9ecb7a6d6a70ed9c196b6ed77cf73a5c92ac9ea6e7629f00f7a2"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "774c89e93e59c085f8e710e03091e994"
SRC_URI[sha256sum] = "1d7c385baba22acc6ef32ec45c7b57c122d62877380d5eb7d5c2f9a5bfc992aa"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "0e5a22c888c551f194f1e567b3b4244a"
SRC_URI[sha256sum] = "492e62c40087f0f470336803dc67b013fc19149aba91e35428b6fa4ccea7f400"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "9a5287d9b5c4336f07365cdbc63bd549"
SRC_URI[sha256sum] = "3b0f61c8c898d5164042c2aec0e978a89e7c1abaf1fca55fde3167eb0e447529"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "5354f4584d73a6f4c61f958e78084d86"
SRC_URI[sha256sum] = "391952ba4cba61fa2bfdafc13c3adb3a85ecbe8e54e1ebed4da620d70843f8af"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "f85f78d1cbe4b15cd1b2a5fc6847b615"
SRC_URI[sha256sum] = "c354c90ae2bd737206087f0eb082e439f5ce96c983787b4e0a207508fa53d1ee"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "ff6bcadfeb9d429da92bdd5a8dc4ea14"
SRC_URI[sha256sum] = "347378ad6ec5bf5b178cf82967298887e66b2c339faec609aaf4e29df736459f"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "fa8dc32731607b3a8df7fc64cb57d354"
SRC_URI[sha256sum] = "67804729e113942ed7e747fda1d6e6037f2751e6b39d579657793a2208962be5"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "891cdcbbb858300f86b48a843191a722"
SRC_URI[sha256sum] = "7005bdc79f18cd6688a6906b045931fc7d7ebac83c4251453c351e26f73db109"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "30d400fe8f191e88b6db9d907a8c9ed6"
SRC_URI[sha256sum] = "6720fceadfdbb71637a1fe769d815936ccca3bc7026cbf4dde70ae3d1085342b"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "5affb48c43a9702c4b0b5f02eba8fc93"
SRC_URI[sha256sum] = "4b79a8aef300ffa99381e196832a969e1c1b14173dcc29a9e533deb63e8544d8"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) 2009-2018, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)

require firefox-l10n.inc

SRC_URI[md5sum] = "37d3c442c7f57ea95019504979ae72c6"
SRC_URI[sha256sum] = "86ffab416f3ea86d9d9a2167cf6088773fe4367886e9898be17fb3acd6809bf3"

This file was deleted.

Loading
Loading