All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update script yocto-bsp for custom linux kernel creation
@ 2017-06-20 23:41 Choong YinThong
  2017-06-20 23:41 ` [PATCH] script/yocto-bsp: Fail to add kernel feature in custom linux kernel Choong YinThong
  2017-06-21  7:01 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Choong YinThong @ 2017-06-20 23:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: paul.eggleton, core-dev, saul.wold

Update script/yocto-bsp to fix missing file 
{machine}-user-feature.scc when execute 
script/yocto-bsp custom linux kernel creation.

Choong YinThong (1):
  script/yocto-bsp: Fail to add kernel feature in custom     linux
    kernel

 .../target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb        | 1 +
 .../recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc    | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc

-- 
2.7.4



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

* [PATCH] script/yocto-bsp: Fail to add kernel feature in custom linux kernel
  2017-06-20 23:41 [PATCH] Update script yocto-bsp for custom linux kernel creation Choong YinThong
@ 2017-06-20 23:41 ` Choong YinThong
  2017-06-21  7:01 ` ✗ patchtest: failure for " Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Choong YinThong @ 2017-06-20 23:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: paul.eggleton, core-dev, saul.wold

Missing file {machine}-user-feature.scc on
yocto-bsp custom linux kernel creation
and causes failure in yocto-kernel feature add.

[YOCTO #11585]

Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
---
 .../target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb        | 1 +
 .../recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc    | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc

diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
index fda955b..3ba4226 100644
--- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
@@ -42,6 +42,7 @@ SRC_URI += "file://{{=machine}}.scc \
             file://{{=machine}}.cfg \
             file://{{=machine}}-user-config.cfg \
             file://{{=machine}}-user-patches.scc \
+            file://{{=machine}}-user-features.scc \
            "
 
 {{ if kernel_choice == "custom" and custom_kernel_need_kbranch == "y" and custom_kernel_kbranch and custom_kernel_kbranch != "master": }}
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc
new file mode 100644
index 0000000..85be26d
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc
@@ -0,0 +1 @@
+# yocto-bsp-filename {{=machine}}-user-features.scc
\ No newline at end of file
-- 
2.7.4



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

* ✗ patchtest: failure for script/yocto-bsp: Fail to add kernel feature in custom linux kernel
  2017-06-20 23:41 [PATCH] Update script yocto-bsp for custom linux kernel creation Choong YinThong
  2017-06-20 23:41 ` [PATCH] script/yocto-bsp: Fail to add kernel feature in custom linux kernel Choong YinThong
@ 2017-06-21  7:01 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-06-21  7:01 UTC (permalink / raw)
  To: yin.thong.choong; +Cc: openembedded-core

== Series Details ==

Series: script/yocto-bsp: Fail to add kernel feature in custom linux kernel
Revision: 1
URL   : https://patchwork.openembedded.org/series/7393/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 1d9a88f635)

* Issue             Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list] 
  Suggested fix    Send the series again to the correct mailing list (ML)
  Suggested ML     poky@yoctoproject.org [http://git.yoctoproject.org/cgit/cgit.cgi/poky/]
  Patch's path:    scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* [PATCH] script/yocto-bsp: Fail to add kernel feature in custom linux kernel
@ 2017-06-21  1:34 Choong YinThong
  0 siblings, 0 replies; 4+ messages in thread
From: Choong YinThong @ 2017-06-21  1:34 UTC (permalink / raw)
  To: poky

Missing file {machine}-user-feature.scc on
yocto-bsp custom linux kernel creation
and causes failure in yocto-kernel feature add.

[YOCTO #11585]

Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
---
 .../target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb        | 1 +
 .../recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc    | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc

diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
index fda955b..3ba4226 100644
--- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
@@ -42,6 +42,7 @@ SRC_URI += "file://{{=machine}}.scc \
             file://{{=machine}}.cfg \
             file://{{=machine}}-user-config.cfg \
             file://{{=machine}}-user-patches.scc \
+            file://{{=machine}}-user-features.scc \
            "
 
 {{ if kernel_choice == "custom" and custom_kernel_need_kbranch == "y" and custom_kernel_kbranch and custom_kernel_kbranch != "master": }}
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc
new file mode 100644
index 0000000..85be26d
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc
@@ -0,0 +1 @@
+# yocto-bsp-filename {{=machine}}-user-features.scc
\ No newline at end of file
-- 
2.7.4



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

end of thread, other threads:[~2017-06-21  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-20 23:41 [PATCH] Update script yocto-bsp for custom linux kernel creation Choong YinThong
2017-06-20 23:41 ` [PATCH] script/yocto-bsp: Fail to add kernel feature in custom linux kernel Choong YinThong
2017-06-21  7:01 ` ✗ patchtest: failure for " Patchwork
2017-06-21  1:34 [PATCH] " Choong YinThong

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.