All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] kernel-module-ls-debug: add recipe
@ 2015-08-21  3:53 Zhenhua Luo
  2015-08-21  3:53 ` [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE Zhenhua Luo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zhenhua Luo @ 2015-08-21  3:53 UTC (permalink / raw)
  To: meta-freescale

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

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

diff --git a/recipes-kernel/kernel-module-ls-debug/kernel-module-ls-debug_git.bb b/recipes-kernel/kernel-module-ls-debug/kernel-module-ls-debug_git.bb
new file mode 100644
index 0000000..8fc78fd
--- /dev/null
+++ b/recipes-kernel/kernel-module-ls-debug/kernel-module-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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE
  2015-08-21  3:53 [PATCH 1/3] kernel-module-ls-debug: add recipe Zhenhua Luo
@ 2015-08-21  3:53 ` Zhenhua Luo
  2015-08-21 10:26   ` Otavio Salvador
  2015-08-21  3:53 ` [PATCH 3/3] cryptodev: merge qoriq-arm and qoriq-ppc to qoriq in COMPATIBLE_MACHINE Zhenhua Luo
  2015-08-21 10:25 ` [PATCH 1/3] kernel-module-ls-debug: add recipe Otavio Salvador
  2 siblings, 1 reply; 5+ messages in thread
From: Zhenhua Luo @ 2015-08-21  3:53 UTC (permalink / raw)
  To: meta-freescale

* rename scatter-gather_git.bb to kernel-module-scatter-gather_git.bb
* update COMPATIBLE_MACHINE from ls1021atwr to ls1021a

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 .../kernel-module-scatter-gather_git.bb}                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-kernel/{scatter-gather/scatter-gather_git.bb => kernel-module-scatter-gather/kernel-module-scatter-gather_git.bb} (89%)

diff --git a/recipes-kernel/scatter-gather/scatter-gather_git.bb b/recipes-kernel/kernel-module-scatter-gather/kernel-module-scatter-gather_git.bb
similarity index 89%
rename from recipes-kernel/scatter-gather/scatter-gather_git.bb
rename to recipes-kernel/kernel-module-scatter-gather/kernel-module-scatter-gather_git.bb
index 0fb6c65..1caec3e 100644
--- a/recipes-kernel/scatter-gather/scatter-gather_git.bb
+++ b/recipes-kernel/kernel-module-scatter-gather/kernel-module-scatter-gather_git.bb
@@ -9,4 +9,4 @@ SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"
 
 S = "${WORKDIR}/git"
 
-COMPATIBLE_MACHINE = "(ls1021atwr)"
+COMPATIBLE_MACHINE = "(ls1021a)"
-- 
2.4.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] cryptodev: merge qoriq-arm and qoriq-ppc to qoriq in COMPATIBLE_MACHINE
  2015-08-21  3:53 [PATCH 1/3] kernel-module-ls-debug: add recipe Zhenhua Luo
  2015-08-21  3:53 ` [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE Zhenhua Luo
@ 2015-08-21  3:53 ` Zhenhua Luo
  2015-08-21 10:25 ` [PATCH 1/3] kernel-module-ls-debug: add recipe Otavio Salvador
  2 siblings, 0 replies; 5+ messages in thread
From: Zhenhua Luo @ 2015-08-21  3:53 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb  | 2 +-
 recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb | 2 +-
 recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
index a388b4c..58db505 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
@@ -13,4 +13,4 @@ do_install() {
 
 ALLOW_EMPTY_${PN} = "1"
 
-COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"
+COMPATIBLE_MACHINE = "(qoriq)"
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
index df2e546..383b482 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
@@ -11,4 +11,4 @@ DEPENDS += "cryptodev-linux"
 
 EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
 
-COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"
+COMPATIBLE_MACHINE = "(qoriq)"
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
index dd0afec..a60ea98 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
@@ -18,4 +18,4 @@ do_install() {
 FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
 FILES_${PN} = "${bindir}/tests_cryptodev/*"
 
-COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)"
+COMPATIBLE_MACHINE = "(qoriq)"
-- 
2.4.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/3] kernel-module-ls-debug: add recipe
  2015-08-21  3:53 [PATCH 1/3] kernel-module-ls-debug: add recipe Zhenhua Luo
  2015-08-21  3:53 ` [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE Zhenhua Luo
  2015-08-21  3:53 ` [PATCH 3/3] cryptodev: merge qoriq-arm and qoriq-ppc to qoriq in COMPATIBLE_MACHINE Zhenhua Luo
@ 2015-08-21 10:25 ` Otavio Salvador
  2 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2015-08-21 10:25 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: meta-freescale

On Fri, Aug 21, 2015 at 12:53 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote:
> kernel-module-ls-debug is Layerscape debug file system module, it supports the
> ls102xa targets debug.
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

Daiane, please apply this to your tree so I get it when merging tonight.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE
  2015-08-21  3:53 ` [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE Zhenhua Luo
@ 2015-08-21 10:26   ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2015-08-21 10:26 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: meta-freescale

On Fri, Aug 21, 2015 at 12:53 AM, Zhenhua Luo <zhenhua.luo@freescale.com> wrote:
> * rename scatter-gather_git.bb to kernel-module-scatter-gather_git.bb
> * update COMPATIBLE_MACHINE from ls1021atwr to ls1021a
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>

Split in two commits.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-21 10:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21  3:53 [PATCH 1/3] kernel-module-ls-debug: add recipe Zhenhua Luo
2015-08-21  3:53 ` [PATCH 2/3] rename scatter-gather to kernel-module-scatter-gather and update COMPATIBLE_MACHINE Zhenhua Luo
2015-08-21 10:26   ` Otavio Salvador
2015-08-21  3:53 ` [PATCH 3/3] cryptodev: merge qoriq-arm and qoriq-ppc to qoriq in COMPATIBLE_MACHINE Zhenhua Luo
2015-08-21 10:25 ` [PATCH 1/3] kernel-module-ls-debug: add recipe Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.