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
  •  
  •  
  •  
10 changes: 2 additions & 8 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ jobs:
if: ${{ github.repository_owner == 'OSSystems' }}
strategy:
matrix:
yocto_version: [kirkstone, scarthgap, whinlatter, master]
yocto_version: [scarthgap, wrynose, master]
ff_version: [esr, latest]
libc_flavour: [glibc, musl]
arch: [arm, aarch64, riscv, x86-64]
exclude:
- yocto_version: kirkstone
arch: riscv
runs-on: [self-hosted, firefox]
container:
image: skandigraun/yocto:latest
Expand Down Expand Up @@ -62,13 +59,10 @@ jobs:
needs: build
strategy:
matrix:
yocto_version: [kirkstone, scarthgap, whinlatter, master]
yocto_version: [scarthgap, wrynose, master]
ff_version: [esr, latest]
libc_flavour: [glibc, musl]
arch: [arm, aarch64, riscv, x86-64]
exclude:
- yocto_version: kirkstone
arch: riscv
steps:
- run: |
cd /yocto/${{ matrix.yocto_version }}
Expand Down
62 changes: 21 additions & 41 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 whinlatter wrynose"
LAYERSERIES_COMPAT_firefox-browser-layer = "scarthgap wrynose blacksail"

LAYERDEPENDS_firefox-browser-layer = "core openembedded-layer"
LAYERDEPENDS_firefox-browser-layer:append = '${@bb.utils.contains_any("LAYERSERIES_CORENAMES", "whinlatter wrynose", "", " clang-layer", d)}'
LAYERDEPENDS_firefox-browser-layer:append = '${@bb.utils.contains("LAYERSERIES_CORENAMES", "scarthgap", " clang-layer", "", d)}'

require conf/post-whinlatter-s-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

require firefox-l10n.inc

SRC_URI[sha256sum] = "7b5cd75f1ae57499dd6d9a479908efd4de6acc4e92c45e058fa369d85b0fa401"
SRC_URI[sha256sum] = "285014638897f6600586e88e291e22d2a3d91ec66d016aa7384ab41bf1af2b44"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

require firefox-l10n.inc

SRC_URI[sha256sum] = "a24a83aa80a5060914f5941b277cee73ebcbf74e4eb101f240e68bdfe8cb3aa7"
SRC_URI[sha256sum] = "66973f1bf9ca95b172de1546fbff10d41dd7e61b37143474f29565bd35716371"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

require firefox-l10n.inc

SRC_URI[sha256sum] = "89c0cd59f356d653a3bc558aea8d465da45ae59d019269775654395c8ffa6862"
SRC_URI[sha256sum] = "ab0779f3b186ca58da9cf84b5aa09f3526e625ebd4189bcbfdfb4a37dea0dc08"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

require firefox-l10n.inc

SRC_URI[sha256sum] = "99cd81e240559218bd0469746c44d70da9450be6b1cf41bd3360bf803bb084cb"
SRC_URI[sha256sum] = "1ff9a8a7adb0e5f41ebe96bc0d770aad4045fdd6be8ff47beb42b916e0097254"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "b579e76320e3446854a82a0bd916c01f668a6dfa2d3591b1879cd2d810e8963b"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "0f58d76567446ab4873aa4d1a7c22c48d4c731ffb4147abfcb5f6997fa93dcf4"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "0980c9629ed7b7f324340de489bc90127736615837f6379f7da9c00103c79da3"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "2df5cb2ca504148216eb6374a9c115e5005c5c1dbb01e09794f73cf122562f9a"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "d0e920582866dfcb41dfc293e95b1d07c15d952473dab59aeebbaba2613c34bb"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "11fe6559b99b8033babde9b923467e9188ee8c7be11a4ab666eb35e822a8bc80"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "88725ee6f1a3eaba38efc01c166e3845740e039212755df5ceb19de2326db4b6"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "1d8090f4a415365e8da14da102ee1ee1c53841ffa45eb79b5523f59ec18234fc"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "322e513bd38a7303a20521beb93d02ca08d0cb4341c5eb44741e976693794f19"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "f8971202e653f9be33d8c17bad6bb9f34f88bf4d3eff666ccc25267e46619a54"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "8c92152cf4cc894da04c54f13363eb903485e5a91e908a569e0f924031e4cb2e"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "ee712030f97759436eca7e60861758246ed1bc1f0a15183c189ec3086b78db65"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "0c3d0b3e9452cbca27f664170294b74e040cafeb01abb3a41815c06e5b06100e"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "6d5be91493bbfaaee978996acbd6de9b872f0fb96942b935bf8d02182863d6e3"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "57e88bb15c907f2f2376fbad7c613d83bad802ccc7b7f81c1a11364c0df827d0"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "9d991064374708b51bd18eb39e3d76562efbdd095f4b39c6450903cf9a0ad350"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "01c2673599b02acafb8da858260db7ea5d75904e02f7959881d1c767e21ced80"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "788f3986d55f21f774a07761c15d99dcf942b3d5ac2bf034dea6d8342080bef2"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "ba4ddf62165f651e70a9c92204dcec70a9d5f8d8826cc98184218790b3f11bbf"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "c5a938a6335c81154d251ea922a06b7bd41d64727305ef76a7a800b100495183"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "617b19270468439a7c938219269c61c244a14bd184e70d6036a0d52ad4d5bb5b"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "dfe102323dd7df3db10e70945c1ee6efcd12bb0b539cfcda076163fb169b37c2"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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[sha256sum] = "a17c159de98c7bb352808e477881405873a3b930d768e438c673f61c0bc18c1b"

This file was deleted.

Loading
Loading