diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | a25c7801cd9ce05bb178b942a6bdaf5bb644641c (patch) | |
tree | 12a042d65aa4730ba6b0619740bedd214ef799bc | |
parent | 4bd6734f92989c1402cfa163b555e6ce3bfa1231 (diff) | |
download | meta-freescale-a25c7801cd9ce05bb178b942a6bdaf5bb644641c.tar.gz |
pkc-host: Add COMPATIBLE_MACHINE
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/pkc-host/pkc-host_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb index 2609adb7..f7a62ed3 100644 --- a/recipes-kernel/pkc-host/pkc-host_git.bb +++ b/recipes-kernel/pkc-host/pkc-host_git.bb | |||
@@ -33,3 +33,5 @@ FILES_${PN} = "${bindir}/cli \ | |||
33 | /etc/crypto/crypto.cfg \ | 33 | /etc/crypto/crypto.cfg \ |
34 | /etc/crypto/pkc-firmware.bin \ | 34 | /etc/crypto/pkc-firmware.bin \ |
35 | " | 35 | " |
36 | |||
37 | COMPATIBLE_MACHINE = "(p4080ds)" | ||