diff options
-rw-r--r-- | recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc index 43d412d..9836295 100644 --- a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc +++ b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | |||
@@ -11,9 +11,11 @@ inherit deploy | |||
11 | 11 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
14 | PROT ?= "https" | 14 | ATF_PROT ?= "https" |
15 | BRANCH ?= "socfpga_v2.3" | 15 | ATF_BRANCH ?= "socfpga_v2.3" |
16 | SRC_URI ?= "git://github.com/altera-opensource/arm-trusted-firmware.git;protocol=${PROT};branch=${BRANCH}" | 16 | ATF_REPO ?= "git://github.com/altera-opensource/arm-trusted-firmware.git" |
17 | |||
18 | SRC_URI = "${ATF_REPO};protocol=${ATF_PROT};branch=${ATF_BRANCH}" | ||
17 | 19 | ||
18 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
19 | 21 | ||