summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 17:18:55 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:02 +0800
commit5530b9c442600bc46b6148e522f2e856823d135b (patch)
treebe422969164820d5fd50f4343cf0494e8f3d7bae
parentf40514cbbda9af1de8d77739254d4375ce3b86bd (diff)
downloadmeta-fsl-ppc-5530b9c442600bc46b6148e522f2e856823d135b.tar.gz
qoriq-debug: remove as it is not supported
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/qoriq-debug/qoriq-debug_git.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
deleted file mode 100644
index c08f057..0000000
--- a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "QorIQ Debug File System Module"
2SECTION = "qoriq-debug"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba"
5
6inherit module autotools-brokensep qoriq_build_64bit_kernel
7
8SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1"
9SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254"
10
11S = "${WORKDIR}/git"
12
13EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}"
14EXTRA_OEMAKE += 'SYSROOT="${D}"'
15