-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update recipes for development branches
According to the Yocto documentation [1], the devupstream class uses BBCLASSEXTEND to create a variant of the recipe that fetches sources from an alternative URI (e.g., Git) instead of a tarball. When building with devupstream, the sources fetched should match those from the non-devupstream build, meaning the exact commit used to generate the tarball release should be fetched. - Update various SRCBRANCH and SRCREV fields for devupstream class: - Set 'master' as the default branch for pn-cog, pn-libwpe, and pn-wpebackend-fdo. - Change branch for pn-wpewebkit to 'main'. - Modify cog recipe (cog_0.18.4.bb): - Use branch 'cog-0.18' instead of 'master'. - Update SRCREV to 'c4625676a21308e7c82175f1ce9a6c8849f22800'. - Modify libwpe recipe (libwpe_1.16.0.bb): - Use branch 'libwpe-1.16'. - Update SRCREV to '782026ce4976a35e9343ba75aefe379b0d8428f7'. - Modify wpebackend-fdo recipe (wpebackend-fdo_1.14.3.bb): - Use branch 'wpebackend-fdo-1.14'. - Update SRCREV to '04ccf2ef1753e72345770fb0a60bf38c5a100de8'. - Remove outdated wpebackend-fdo_devupstream.bb file. - Modify wpewebkit recipe (wpewebkit_2.46.1.bb): - Use branch 'webkitglib/2.46'. - Update SRCREV to 'eacf9977760d4ea5dfcb736be73ae48c7df16f27'. [1] https://docs.yoctoproject.org/ref-manual/classes.html#ref-classes-devupstream
- Loading branch information
Showing
6 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
require wpebackend-fdo.inc | ||
require conf/include/devupstream.inc | ||
|
||
SRC_URI[sha256sum] = "10121842595a850291db3e82f3db0b9984df079022d386ce42c2b8508159dc6c" | ||
|
||
SRCBRANCH:class-devupstream ?= "wpebackend-fdo-1.14" | ||
SRC_URI:class-devupstream = "git://github.com/Igalia/WPEBackend-fdo.git;protocol=https;branch=${SRCBRANCH}" | ||
SRCREV:class-devupstream = "04ccf2ef1753e72345770fb0a60bf38c5a100de8" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters