require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" PR = "r0" PV = "2023.07" # For the un-initiated: # The actual URL you'd use with a git clone for example would be: # https://source.denx.de/u-boot/u-boot.git/ # However, in the context of OE, we have to explicitly split things up: # a) we want it to use git fetcher - hence git:// prefix in GIT_URI (if we # used https here, we'd endup attempting wget instead of git) # b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" UBOOT_GIT_PROTOCOL = "https" SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c"