We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scarthgap did an upgrade of xserver-xorg from 21.1.13 to 21.1.14: https://git.openembedded.org/openembedded-core/commit/?id=957ba32bc6fdffd3a796a04ba222fae6cd673f7e
however this meta-layer overwrites the location for the xserver: https://github.com/radxa/meta-rockchip/blob/scarthgap-vendor/recipes-graphics/xorg-xserver/xserver-xorg_%25.bbappend#L7
while there is a tag for 21.1.13, there is none for 21.1.14: https://github.com/JeffyCN/xorg-xserver/tree/21.1.13_2024_06_24 # exists https://github.com/JeffyCN/xorg-xserver/tree/21.1.14_2024_06_24 # does not exist
The text was updated successfully, but these errors were encountered:
Yeah you can downgrade the version as follows in recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
-SRC_URI:append = " git://github.com/JeffyCN/xorg-xserver;protocol=https;nobranch=1;branch=${PV}_2024_06_24;" -SRC_URI:remove = "https://www.x.org/releases//individual/xserver/xorg-server-${PV}.tar.bz2" +SRC_URI:append = " git://github.com/JeffyCN/xorg-xserver;protocol=https;nobranch=1;branch=21.1.13_2024_06_24;" +SRC_URI:remove = "https://www.x.org/releases//individual/xserver/xorg-server-21.1.13.tar.bz2"
Sorry, something went wrong.
No branches or pull requests
scarthgap did an upgrade of xserver-xorg from 21.1.13 to 21.1.14:
https://git.openembedded.org/openembedded-core/commit/?id=957ba32bc6fdffd3a796a04ba222fae6cd673f7e
however this meta-layer overwrites the location for the xserver:
https://github.com/radxa/meta-rockchip/blob/scarthgap-vendor/recipes-graphics/xorg-xserver/xserver-xorg_%25.bbappend#L7
while there is a tag for 21.1.13, there is none for 21.1.14:
https://github.com/JeffyCN/xorg-xserver/tree/21.1.13_2024_06_24 # exists
https://github.com/JeffyCN/xorg-xserver/tree/21.1.14_2024_06_24 # does not exist
The text was updated successfully, but these errors were encountered: