diff options
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)" | ||