summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-13 14:00:59 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-15 15:46:20 +0000
commitc92b415d653afc55f33b6b93fb9248193bfd4fa0 (patch)
treef473cb6d92bff7654ed35decf204041c34579b67 /meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
parent8800258fd611baf2dc62c8c620a4a2fdb75ef148 (diff)
parent60ecf4f21bb60a1c83a194b6799f56dcaf094f1b (diff)
downloadmeta-freescale-c92b415d653afc55f33b6b93fb9248193bfd4fa0.tar.gz
Merge branch 'master' from multiple repositories
Repositories: meta-fsl-arm meta-fsl-ppc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb')
-rw-r--r--meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
new file mode 100644
index 00000000..c08f057f
--- /dev/null
+++ b/meta-fsl-ppc/recipes-kernel/qoriq-debug/qoriq-debug_git.bb
@@ -0,0 +1,15 @@
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