From: Jan Kiszka <jan.kis...@siemens.com>

ipipe/master was no longer tracking the latest arm/arm64 I-pipe
versions.

While at it, add the new 5.4 branches.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 recipes-kernel/linux/linux-xenomai_latest.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-xenomai_latest.bb 
b/recipes-kernel/linux/linux-xenomai_latest.bb
index f7d9e1b..9dd4c93 100644
--- a/recipes-kernel/linux/linux-xenomai_latest.bb
+++ b/recipes-kernel/linux/linux-xenomai_latest.bb
@@ -26,10 +26,10 @@ GIT_REPO_amd64 = "${@'ipipe.git' if is_xeno_3_0(d) else 
'ipipe-x86.git'}"
 GIT_BRANCH_amd64 = "${@'ipipe-4.4.y-cip' if is_xeno_3_0(d) else 
'ipipe-x86-5.4.y' if is_5_4_branch(d) else 'ipipe-x86-4.19.y-cip'}"
 
 GIT_REPO_armhf = "${@'ipipe.git' if is_xeno_3_0(d) else 'ipipe-arm.git'}"
-GIT_BRANCH_armhf = "${@'ipipe-4.4.y-cip' if is_xeno_3_0(d) else 
'ipipe/master'}"
+GIT_BRANCH_armhf = "${@'ipipe-4.4.y-cip' if is_xeno_3_0(d) else 'ipipe/5.4.y' 
if is_5_4_branch(d) else 'ipipe/4.19-y-cip'}"
 
 GIT_REPO_arm64 = "ipipe-arm64.git"
-GIT_BRANCH_arm64 = "ipipe/master"
+GIT_BRANCH_arm64 = "${@'ipipe/5.4.y' if is_5_4_branch(d) else 
'ipipe/4.19.y-cip'}"
 
 SRC_URI += 
"git://github.com/xenomai-ci/${GIT_REPO};protocol=https;branch=${GIT_BRANCH}"
 SRCREV = "${AUTOREV}"
-- 
2.26.2

Reply via email to