summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ceetm/ceetm_git.bb
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:28 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit828c64ab4d11aa0777855918abb78be820cdc4b6 (patch)
tree487f946c76487a3bfa579812c9f4d88859aed838 /recipes-kernel/ceetm/ceetm_git.bb
parent3fff644dd995a5e30825986962288489b75d53e1 (diff)
downloadmeta-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/ceetm_git.bb')
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb4
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"
2LICENSE = "GPLv2 & BSD" 2LICENSE = "GPLv2 & BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
4 4
5DEPENDS="virtual/kernel"
6
7inherit module qoriq_build_64bit_kernel 5inherit module qoriq_build_64bit_kernel
8 6
9SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1" 7SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;nobranch=1"
@@ -28,3 +26,5 @@ do_install(){
28 26
29FILES_${PN} += "/usr/driver/ceetm ${libdir}/tc" 27FILES_${PN} += "/usr/driver/ceetm ${libdir}/tc"
30INHIBIT_PACKAGE_STRIP = "1" 28INHIBIT_PACKAGE_STRIP = "1"
29
30COMPATIBLE_MACHINE = "(e6500-64b|t1040rdb|t1040rdb-64b|t1042rdb|t1042rdb-64b)"