diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:28 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 828c64ab4d11aa0777855918abb78be820cdc4b6 (patch) | |
tree | 487f946c76487a3bfa579812c9f4d88859aed838 /recipes-kernel/ceetm | |
parent | 3fff644dd995a5e30825986962288489b75d53e1 (diff) | |
download | meta-freescale-828c64ab4d11aa0777855918abb78be820cdc4b6.tar.gz |
ceetm: Add COMPATIBLE_MACHINE and remove unnecessary DEPENDS
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>
Diffstat (limited to 'recipes-kernel/ceetm')
-rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index beaed31e..5d89531f 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
@@ -2,8 +2,6 @@ DESCRIPTION = "CEETM TC QDISC" | |||
2 | LICENSE = "GPLv2 & BSD" | 2 | LICENSE = "GPLv2 & BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" |
4 | 4 | ||
5 | DEPENDS="virtual/kernel" | ||
6 | |||
7 | inherit module qoriq_build_64bit_kernel | 5 | inherit module qoriq_build_64bit_kernel |
8 | 6 | ||
9 | SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" | 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" |
@@ -28,3 +26,5 @@ do_install(){ | |||
28 | 26 | ||
29 | FILES_${PN} += "/usr/driver/ceetm ${libdir}/tc" | 27 | FILES_${PN} += "/usr/driver/ceetm ${libdir}/tc" |
30 | INHIBIT_PACKAGE_STRIP = "1" | 28 | INHIBIT_PACKAGE_STRIP = "1" |
29 | |||
30 | COMPATIBLE_MACHINE = "(e6500-64b|t1040rdb|t1040rdb-64b|t1042rdb|t1042rdb-64b)" | ||