blob: 5a1813296918f50618fca86f49d9dd1dd2d6fbef [file] [log] [blame]
Benjamin Fair44f6b4d2019-01-22 14:34:28 -08001HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
4
5LICENSE = "GPLv2+"
kwliu89ad9f32019-06-13 13:49:19 +08006LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
Benjamin Fair44f6b4d2019-01-22 14:34:28 -08007
kwliu89ad9f32019-06-13 13:49:19 +08008UBRANCH = "npcm7xx-v2019.01"
Benjamin Fair44f6b4d2019-01-22 14:34:28 -08009SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}"
Stanley Chu53b6d992021-02-23 08:07:45 +080010SRCREV = "9033cd58bf7050e8aa9a6b08ba53ed8d72e17394"
Benjamin Fair44f6b4d2019-01-22 14:34:28 -080011
12S = "${WORKDIR}/git"
13
14PV .= "+${UBRANCH}+"