Tim Lee | 3012b0e | 2024-04-29 17:12:52 +0800 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot" |
| 2 | SECTION = "bootloaders" |
| 3 | DEPENDS += "flex-native bison-native" |
| 4 | |
| 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" |
| 7 | |
| 8 | UBRANCH = "npcm-v2023.10" |
| 9 | SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https" |
Tim Lee | c1d4ef0 | 2024-05-16 11:40:19 +0800 | [diff] [blame] | 10 | SRCREV = "fb62cf0fb4b97420ca20e9ccb0e12fa8e59213d3" |
Tim Lee | 3012b0e | 2024-04-29 17:12:52 +0800 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | PV = "v2023.10+git${SRCPV}" |