blob: ca05f2b658871b02ff7166bd8d1b5e1dad9289c3 [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}"
Joseph Liucddb4fb2020-07-16 14:25:00 +080010SRCREV = "6870e66f6bf0653a1e2f2677c5f86b2056454032"
Benjamin Fair44f6b4d2019-01-22 14:34:28 -080011
12S = "${WORKDIR}/git"
13
14PV .= "+${UBRANCH}+"