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"
|