diff options
-rw-r--r-- | recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb index b196ee64..573c48dd 100644 --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de | |||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "01.00.00.04B" | 7 | PV = "01.00.00.04B" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" | 10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" |
11 | PDK_BUILD_GIT_PROTOCOL = "git" | 11 | PDK_BUILD_GIT_PROTOCOL = "git" |
@@ -20,6 +20,7 @@ SRC_URI = "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRAN | |||
20 | SRCREV = "${PDK_BUILD_SRCREV}" | 20 | SRCREV = "${PDK_BUILD_SRCREV}" |
21 | 21 | ||
22 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" | 22 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" |
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | 24 | ||
24 | S = "${WORKDIR}/git/" | 25 | S = "${WORKDIR}/git/" |
25 | 26 | ||