On 9/10/19 2:50 PM, Jan Kiszka wrote: > On 10.09.19 14:45, Q. Gylstorff wrote: >> From: Quirin Gylstorff <[email protected]> >> >> The arm64 4.14 kernel cannot currently not be build. Use tag instead >> of branch + commit. >> >> Signed-off-by: Quirin Gylstorff <[email protected]> >> --- >> recipes-kernel/linux/linux-xenomai_4.14.bb | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/recipes-kernel/linux/linux-xenomai_4.14.bb >> b/recipes-kernel/linux/linux-xenomai_4.14.bb >> index 14030d6..f147eed 100644 >> --- a/recipes-kernel/linux/linux-xenomai_4.14.bb >> +++ b/recipes-kernel/linux/linux-xenomai_4.14.bb >> @@ -15,8 +15,7 @@ SRC_URI_append_amd64 = " >> git://gitlab.denx.de/Xenomai/ipipe-x86.git;protocol=htt >> SRCREV_amd64 = "fdfa1aff4578edf6a03e2e77ea20bf7f97863954" >> PV_amd64 = "4.14.134+" >> -SRC_URI_append_arm64 = " >> git://gitlab.denx.de/Xenomai/ipipe-arm64.git;protocol=https;branch=stable/4.14.78-arm64" >> >> -SRCREV_arm64 = "dec5e42fd43de238df816b31cadfb83b268b7136" >> +SRC_URI_append_arm64 = " >> git://gitlab.denx.de/Xenomai/ipipe-arm64.git;protocol=https;nobranch=1;tag=ipipe-core-4.14.78-arm64-2" >> >> PV_arm64 = "4.14.78+" >> SRC_URI_append_armhf = " >> git://gitlab.denx.de/Xenomai/ipipe-arm.git;protocol=https;branch=stable/4.14.96-arm" >> >> > > OK, regression due to ipipe-arm64 repo refactoring. Merged. > > Philippe, is it by intention that ipipe-core-4.14.78-arm64-2 is not > branch-wise orphaned? >
Yes, I don't think there is going to be zillions of tags anyway, and having to rely on an external patch file picked from the dl area for testing some older release is not that handy. So let's rely on git for that too. -- Philippe.
