diff options
-rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index 02412631..d09136ce 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | |||
5 | 5 | ||
6 | inherit module qoriq_build_64bit_kernel | 6 | inherit module qoriq_build_64bit_kernel |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;branch=sdk-v1.9.x" |
9 | SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361" | 9 | SRCREV = "41a448d40c68c66c33aea20108672448483be2d8" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
14 | 14 | ||
15 | FILES_${PN} += "/etc/skmm/ /usr/bin/" | 15 | FILES_${PN} += "/etc/skmm/ /usr/bin/" |
16 | |||
17 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" | 16 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" |
17 | CLEANBROKEN = "1" | ||