blob: 7ab0dedbd0100cc7960c34b0d76da371502b2ace [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 Liu70202512019-11-11 19:00:49 +080010SRCREV = "adb4ac1af3f952ee6248e839af0c8600a0642d4b"
Benjamin Fair44f6b4d2019-01-22 14:34:28 -080011
12S = "${WORKDIR}/git"
13
14PV .= "+${UBRANCH}+"