Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1 require recipes-bsp/u-boot/u-boot-atmel.inc
- 2
- 3 LICENSE = "GPLv2+"
- 4 LIC_FILES_CHKSUM = "file://README;beginline=1;endline=22;md5=9915e8cb100eb5dbb366010a0f10296c"
- 5
- 6 SRCREV = "d2c3632371138bfb346d51ad1fd50a374668b448"
- 7
- 8 PV = "v2019.04-at91+git${SRCPV}"
- 9
- 10 COMPATIBLE_MACHINE = '(sama5d3xek|sama5d3-xplained|sama5d3-xplained-sd|at91sam9x5ek|at91sam9rlek|at91sam9m10g45ek|sama5d4ek|sama5d4-xplained|sama5d4-xplained-sd|sama5d2-xplained|sama5d2-xplained-sd|sama5d2-xplained-emmc|sama5d2-ptc-ek |sama5d2-ptc-ek-sd|sama5d27-som1-ek|sama5d27-som1-ek-sd)'
- 11
- 12 UBRANCH = "u-boot-2019.04-at91"
- 13 SRC_URI = "git://github.com/linux4sam/u-boot-at91.git;protocol=https;branch=${UBRANCH}"
- 14
- 15 S = "${WORKDIR}/git"
- 16
- 17 PACKAGE_ARCH = "${MACHINE_ARCH}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement