[meta-freescale] [PATCH 09/24] ls-debug: add recipe

Zhenhua Luo zhenhua.luo at freescale.com
Wed Aug 12 03:22:13 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-kernel/ls-debug/ls-debug_git.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-kernel/ls-debug/ls-debug_git.bb

diff --git a/recipes-kernel/ls-debug/ls-debug_git.bb b/recipes-kernel/ls-debug/ls-debug_git.bb
new file mode 100644
index 0000000..d057983
--- /dev/null
+++ b/recipes-kernel/ls-debug/ls-debug_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Layerscape Debug File System Module"
+SECTION = "ls-debug"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3"
+
+inherit module autotools-brokensep
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/ls-dbg.git;branch=master"
+SRCREV = "40501f6659e880d38508cdd34a4df2d348d1c68e"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR}"
+EXTRA_OEMAKE += 'SYSROOT="${D}"'
+
+COMPATIBLE_MACHINE = "(ls1021atwr)"
-- 
2.4.3



More information about the meta-freescale mailing list