Message ID | 20240420132556.77421-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/linux: remove kmeta SRCREV SHA | expand |
On Sat, 20 Apr 2024 09:25:56 -0400, Jon Mason wrote: > A SRCREV for arm-platforms-kmeta was added years ago to get > yocto-check-layer working at the time, but was never removed (and never > updated). Removing now, since it is not necessary. > > Applied, thanks! [1/1] arm-bsp/linux: remove kmeta SRCREV SHA commit: 2a579f5f544fa356f5abf89c08e33ce7cfeedc6e Best regards,
diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc index d0df9ce3a38d..2856b4617de9 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc @@ -16,7 +16,6 @@ SRC_URI_KMETA = "file://arm-platforms-kmeta;type=kmeta;name=arm-platforms-kmeta; SRC_URI:append:fvp-base = " ${SRC_URI_KMETA}" SRC_URI:append:juno = " ${SRC_URI_KMETA}" SRC_URI:append:n1sdp = " ${SRC_URI_KMETA}" -SRCREV:arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5" # # Corstone1000 KMACHINE
A SRCREV for arm-platforms-kmeta was added years ago to get yocto-check-layer working at the time, but was never removed (and never updated). Removing now, since it is not necessary. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc | 1 - 1 file changed, 1 deletion(-)