mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
Most Beagle platforms are switching to 6.6 based Linux kernel and U-boot 2024.10. Add corresponding recipes and extend beagle-bsp with required settings. BeagleY-AI for now remains on 6.1 BSP with U-boot 2023.04. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
13 lines
293 B
BlitzBasic
13 lines
293 B
BlitzBasic
require recipes-bsp/u-boot/u-boot-ti.inc
|
|
|
|
SUMMARY = "BeagleBoard.org U-Boot"
|
|
|
|
COMPATIBLE_MACHINE = "beagle.*"
|
|
|
|
PV = "2024.10"
|
|
|
|
UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
|
|
UBOOT_GIT_PROTOCOL = "https"
|
|
BRANCH = "v2024.10-Beagle"
|
|
SRCREV = "bf0e9d0b7274d2b561bd24c858affec2038250f9"
|