diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-10 13:15:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-11 18:34:30 +0000 |
commit | f003bd9bda395a70f65da8335ef488f25a3bbb50 (patch) | |
tree | d9f5562b5948ca53e2d3bce312f83eb5d6265f1c /meta-yocto-bsp | |
parent | 475dbf58da1c58e8312a66b13a0dd5e54480aa4b (diff) | |
download | poky-f003bd9bda395a70f65da8335ef488f25a3bbb50.tar.gz |
yocto-bsp: drop genericarm64 SRCREV
The OEcore SRCREVs now contain the fixes this machine specific
SRCREV was added to incorporate.
Dropping it to ensure that all reference boards are at the same
source and configuration level.
(From meta-yocto rev: 11d690061d67ab0f84265d609e129d8717e88bcb)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend index b47b3aa5a9..1ffd2194d9 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | |||
@@ -7,5 +7,3 @@ KMACHINE:beaglebone-yocto ?= "beaglebone" | |||
7 | KMACHINE:genericx86 ?= "common-pc" | 7 | KMACHINE:genericx86 ?= "common-pc" |
8 | KMACHINE:genericx86-64 ?= "common-pc-64" | 8 | KMACHINE:genericx86-64 ?= "common-pc-64" |
9 | 9 | ||
10 | # Incorporate fixes post 6.12.3 | ||
11 | SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" | ||