blob: e049d9bd1d8d647700ce423396ba6d0feb2f576f [file] [log] [blame]
Benjamin Fairf2ffed22019-01-22 14:34:28 -08001HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native"
4
5LICENSE = "GPLv2+"
kwliu02b0bca2019-06-13 13:49:19 +08006LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
Benjamin Fairf2ffed22019-01-22 14:34:28 -08007
kwliu02b0bca2019-06-13 13:49:19 +08008UBRANCH = "npcm7xx-v2019.01"
Benjamin Fairf2ffed22019-01-22 14:34:28 -08009SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}"
Joseph Liuf2ecc262019-09-16 19:35:48 +080010SRCREV = "053010cb581266c6be675b9ae4ca7bf0583e8538"
Benjamin Fairf2ffed22019-01-22 14:34:28 -080011
12S = "${WORKDIR}/git"
13
14PV .= "+${UBRANCH}+"