Message ID | 20231128003542.9703-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [dunfell] arm/linux-arm64-ack: update branch name | expand |
On Mon, 27 Nov 2023 18:35:42 -0600, Jon Mason wrote: > The "deprecated" string was added to the branch name, which was causing > the SHA not to be found. Update to the new name. > > Applied, thanks! [1/1] arm/linux-arm64-ack: update branch name commit: b75b8ce1ac10dc3521c0f710a4cf79bc7e985cfd Best regards,
diff --git a/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb b/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb index 99db9605..e0cc0678 100644 --- a/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb +++ b/meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb @@ -16,7 +16,7 @@ COMPATIBLE_MACHINE ?= "invalid" ARCH = "arm64" SRC_URI = " \ - git://android.googlesource.com/kernel/common.git;protocol=https;branch=android-4.19-q-release \ + git://android.googlesource.com/kernel/common.git;protocol=https;branch=deprecated/android-4.19-q-release \ " # ASB-2020-06-05_4.19-q-release tag commit
The "deprecated" string was added to the branch name, which was causing the SHA not to be found. Update to the new name. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm/recipes-kernel/linux/linux-arm64-ack_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)