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" |
| 10 | SRCREV = "6cb728fcca9f9e1854e7b34c1c991a9e02eff86d" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | PV = "v2023.10+git${SRCPV}" |