-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- SRCREV is fixed for all components - XT_KERNEL_BRANCH/XT_KERNEL_REV are removed because they should be used in the product's overrides - SRCREV selection is added for 1.11/1.15 branches of the private GSX repos Signed-off-by: Ruslan Shymkevych <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]>
- Loading branch information
Showing
7 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
meta-xt-gateway/meta-xt-domd-gen4/recipes-kernel/linux/linux-renesas_%.bbappend
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
2 changes: 1 addition & 1 deletion
2
meta-xt-rcar-domu/recipes-kernel/linux-libc-headers/linux-libc-headers_5.10.bbappend
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,5 +1,5 @@ | ||
RENESAS_BSP_URL = "git://github.com/xen-troops/linux.git" | ||
|
||
BRANCH = "v5.10.41/rcar-5.1.4.1-xt0.2" | ||
SRCREV = "${AUTOREV}" | ||
SRCREV = "bf7d6bcdd618e5acb21118d87c76e5d8913f8dde" | ||
LINUX_VERSION = "5.10.41" |
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
5 changes: 4 additions & 1 deletion
5
meta-xt-rcar-proprietary/recipes-graphics/gles-module/gles-module-egl-headers.bb
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,7 +1,10 @@ | ||
|
||
PVRUM_URL ?= "git://[email protected]/epmd-aepr/pvr_um_vgpu_img.git" | ||
PVRUM_BRANCH = "${@bb.utils.contains('XT_USE_DDK1_11', '1', '1.11/5516664_5.1.0', '1.15/6052913_5.9.0', d)}" | ||
SRCREV = "${AUTOREV}" | ||
SRCREV = "${@bb.utils.contains('XT_USE_DDK1_11', '1', \ | ||
'4ed61e604d925bfce8ab16645f48425a581496c7', \ | ||
'e172e94c7d61186fe5b64db68fdef949c9ee2189', \ | ||
d)}" | ||
|
||
SRC_URI = " \ | ||
${PVRUM_URL};protocol=ssh;branch=${PVRUM_BRANCH} \ | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,10 @@ PV = "${@bb.utils.contains('XT_USE_DDK1_11', '1', '1.11', '1.15', d)}" | |
|
||
PVRUM_URL ?= "git://[email protected]/epmd-aepr/pvr_um_vgpu_img.git" | ||
PVRUM_BRANCH = "${@bb.utils.contains('XT_USE_DDK1_11', '1', '1.11/5516664_5.1.0', '1.15/6052913_5.9.0', d)}" | ||
SRCREV = "${AUTOREV}" | ||
SRCREV = "${@bb.utils.contains('XT_USE_DDK1_11', '1', \ | ||
'4ed61e604d925bfce8ab16645f48425a581496c7', \ | ||
'e172e94c7d61186fe5b64db68fdef949c9ee2189', \ | ||
d)}" | ||
|
||
COMPATIBLE_MACHINE = "(r8a7795|r8a7796)" | ||
PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,10 @@ S = "${WORKDIR}/git" | |
|
||
PVRKM_URL ??= "git://[email protected]/epmd-aepr/pvr_km_vgpu_img.git" | ||
PVRKM_BRANCH ??= "${@bb.utils.contains('XT_USE_DDK1_11', '1', '1.11/5516664_5.1.0', '1.15/6052913_5.9.0', d)}" | ||
PVRKM_SRCREV ??= "${AUTOREV}" | ||
PVRKM_SRCREV ??= "${@bb.utils.contains('XT_USE_DDK1_11', '1', \ | ||
'6994a4be87075975665fcef1fd95c087b0a007c8', \ | ||
'487a9326d5446bf4ed2808980ab0b12d8fd3f9e9', \ | ||
d)}" | ||
SRCREV = "${PVRKM_SRCREV}" | ||
|
||
SRC_URI = "${PVRKM_URL};protocol=ssh;branch=${PVRKM_BRANCH}" | ||
|