summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pkc-firmware/pkc-firmware_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pkc-firmware/pkc-firmware_git.bb')
-rw-r--r--recipes-bsp/pkc-firmware/pkc-firmware_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb b/recipes-bsp/pkc-firmware/pkc-firmware_git.bb
index 3cc5d44..48a83cd 100644
--- a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb
+++ b/recipes-bsp/pkc-firmware/pkc-firmware_git.bb
@@ -10,8 +10,8 @@ inherit deploy
10 10
11PACKAGE_ARCH = "${MACHINE_ARCH}" 11PACKAGE_ARCH = "${MACHINE_ARCH}"
12 12
13SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-firmware.git;nobranch=1" 13SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-firmware.git;branch=sdk-v1.9.x"
14SRCREV = "b891873c1eea7a7d53f9472ea601712897cb17b7" 14SRCREV = "32804a0d5d763b4ccc72dcd97969dc5adc14c2f9"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -38,4 +38,4 @@ addtask deploy after do_install
38 38
39FILES_{PN} += "/etc/crypto/pkc-firmware.bin" 39FILES_{PN} += "/etc/crypto/pkc-firmware.bin"
40COMPATIBLE_MACHINE = "(c293pcie)" 40COMPATIBLE_MACHINE = "(c293pcie)"
41 41CLEANBROKEN = "1"