Benjamin Fair | f2ffed2 | 2019-01-22 14:34:28 -0800 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/Nuvoton-Israel/u-boot" |
| 2 | SECTION = "bootloaders" |
| 3 | DEPENDS += "flex-native bison-native" |
| 4 | |
| 5 | LICENSE = "GPLv2+" |
kwliu | 02b0bca | 2019-06-13 13:49:19 +0800 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" |
Benjamin Fair | f2ffed2 | 2019-01-22 14:34:28 -0800 | [diff] [blame] | 7 | |
kwliu | 02b0bca | 2019-06-13 13:49:19 +0800 | [diff] [blame] | 8 | UBRANCH = "npcm7xx-v2019.01" |
Benjamin Fair | f2ffed2 | 2019-01-22 14:34:28 -0800 | [diff] [blame] | 9 | SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH}" |
Joseph Liu | f90dac5 | 2019-11-11 19:00:49 +0800 | [diff] [blame] | 10 | SRCREV = "adb4ac1af3f952ee6248e839af0c8600a0642d4b" |
Benjamin Fair | f2ffed2 | 2019-01-22 14:34:28 -0800 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | PV .= "+${UBRANCH}+" |