[meta-freescale] [PATCH v2] ls-debug: add recipe

Zhenhua Luo zhenhua.luo at freescale.com
Wed Aug 19 20:20:12 PDT 2015


ls-debug is Layerscape debug file system module, it supports the
ls102xa targets debug.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-kernel/ls-debug/ls-debug_git.bb | 18 ++++++++++++++++++
 1 file changed, 18 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..8fc78fd
--- /dev/null
+++ b/recipes-kernel/ls-debug/ls-debug_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Layerscape Debug File System Module"
+DESCRIPTION = "This package is the kernel module which is used for \
+ls102xa targets debug."
+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 = "(ls102xa)"
-- 
2.4.3



More information about the meta-freescale mailing list