* [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
@ 2017-11-27 12:54 liu.ming50
2017-11-27 13:03 ` ✗ patchtest: failure for " Patchwork
2017-11-27 13:36 ` [PATCH] " Bruce Ashfield
0 siblings, 2 replies; 5+ messages in thread
From: liu.ming50 @ 2017-11-27 12:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Ming Liu
From: Ming Liu <liu.ming50@gmail.com>
The warning that this flag was trying to control, it had been dropped
by commit 0f698dfd:
[ kernel-yocto: streamline patch, configuration and audit phases ]
so this flag is useless since that commit merged, drop it as well.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
meta/classes/kernel-yocto.bbclass | 1 -
meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 1 -
meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 1 -
meta/recipes-kernel/linux/linux-yocto.inc | 1 -
meta/recipes-kernel/linux/linux-yocto_4.10.bb | 1 -
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 1 -
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 1 -
meta/recipes-kernel/linux/linux-yocto_4.9.bb | 1 -
14 files changed, 14 deletions(-)
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 1d44795..1c3b778 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -322,7 +322,6 @@ python do_kernel_configcheck() {
ret, result = oe.utils.getstatusoutput("%s%s" % (pathprefix, cmd))
config_check_visibility = int(d.getVar("KCONF_AUDIT_LEVEL") or 0)
- bsp_check_visibility = int(d.getVar("KCONF_BSP_AUDIT_LEVEL") or 0)
# if config check visibility is non-zero, report dropped configuration values
mismatch_file = d.expand("${S}/%s/cfg/mismatch.txt" % kmeta)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
index f93d953..0c388d5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
@@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.10.17"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
LINUX_KERNEL_TYPE = "preempt-rt"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index 983c1cc..e7172a5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.12.14"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
LINUX_KERNEL_TYPE = "preempt-rt"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index c1cbf35..9c23a3f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.4.93"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
LINUX_KERNEL_TYPE = "preempt-rt"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
index b6c98a5..0ef43cd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
@@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.9.57"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
LINUX_KERNEL_TYPE = "preempt-rt"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
index edaf853..39b58cd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
@@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "4.10.17"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
SRCREV_meta ?= "40ee48ac099c04f60d2c132031d9625a4e0c4c9e"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index 658ecc0..ed61756 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "4.12.14"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "9cc6b0ae1aad7312e85ac4134398f81c0140de33"
SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index dd38095..7491ed2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "4.4.93"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
SRCREV_meta ?= "ae0119a2ff737b8c14bdf904b4c6eb790a7792cb"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index 79b8bfd..34ffdb4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
@@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "4.9.57"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "cd8f9254aaaacbfa7f45fcc0bf2bb307615a174b"
SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 9c1f61b..07b9af7 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -46,7 +46,6 @@ SRCREV_FORMAT ?= "meta_machine"
# 1: report options that are specified, but not in the final config
# 2: report options that are not hardware related, but set by a BSP
KCONF_AUDIT_LEVEL ?= "1"
-KCONF_BSP_AUDIT_LEVEL ?= "0"
KMETA_AUDIT ?= "yes"
LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
index 7fcc753..f5b777e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
@@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.10.17"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index a7dd763..493eb99 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.12.14"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 4d8d3da..dbe9665 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.4.93"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
index 2486792..479064a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
@@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.9.57"
PV = "${LINUX_VERSION}+git${SRCPV}"
KMETA = "kernel-meta"
-KCONF_BSP_AUDIT_LEVEL = "2"
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✗ patchtest: failure for linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
2017-11-27 12:54 [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL liu.ming50
@ 2017-11-27 13:03 ` Patchwork
2017-11-27 15:33 ` Leonardo Sandoval
2017-11-27 13:36 ` [PATCH] " Bruce Ashfield
1 sibling, 1 reply; 5+ messages in thread
From: Patchwork @ 2017-11-27 13:03 UTC (permalink / raw)
To: Ming Liu; +Cc: openembedded-core
== Series Details ==
Series: linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
Revision: 1
URL : https://patchwork.openembedded.org/series/9957/
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:
* Patch linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
Issue Yocto Project bugzilla tag is not correctly formatted [test_bugzilla_entry_format]
Suggested fix Specify bugzilla ID in commit description with format: "[YOCTO #<bugzilla ID>]"
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] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
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] 5+ messages in thread
* Re: [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
2017-11-27 12:54 [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL liu.ming50
2017-11-27 13:03 ` ✗ patchtest: failure for " Patchwork
@ 2017-11-27 13:36 ` Bruce Ashfield
2017-11-28 1:02 ` Ming Liu
1 sibling, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2017-11-27 13:36 UTC (permalink / raw)
To: Ming Liu; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 8975 bytes --]
Nope.
This flag can stay. I have new audit code coming that will use it again ..
that's
why it was left in the first place.
Cheers,
Bruce
On Mon, Nov 27, 2017 at 7:54 AM, <liu.ming50@gmail.com> wrote:
> From: Ming Liu <liu.ming50@gmail.com>
>
> The warning that this flag was trying to control, it had been dropped
> by commit 0f698dfd:
> [ kernel-yocto: streamline patch, configuration and audit phases ]
>
> so this flag is useless since that commit merged, drop it as well.
>
> Signed-off-by: Ming Liu <liu.ming50@gmail.com>
> ---
> meta/classes/kernel-yocto.bbclass | 1 -
> meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto.inc | 1 -
> meta/recipes-kernel/linux/linux-yocto_4.10.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 1 -
> meta/recipes-kernel/linux/linux-yocto_4.9.bb | 1 -
> 14 files changed, 14 deletions(-)
>
> diff --git a/meta/classes/kernel-yocto.bbclass
> b/meta/classes/kernel-yocto.bbclass
> index 1d44795..1c3b778 100644
> --- a/meta/classes/kernel-yocto.bbclass
> +++ b/meta/classes/kernel-yocto.bbclass
> @@ -322,7 +322,6 @@ python do_kernel_configcheck() {
> ret, result = oe.utils.getstatusoutput("%s%s" % (pathprefix, cmd))
>
> config_check_visibility = int(d.getVar("KCONF_AUDIT_LEVEL") or 0)
> - bsp_check_visibility = int(d.getVar("KCONF_BSP_AUDIT_LEVEL") or 0)
>
> # if config check visibility is non-zero, report dropped
> configuration values
> mismatch_file = d.expand("${S}/%s/cfg/mismatch.txt" % kmeta)
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
> index f93d953..0c388d5 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.10.17"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> LINUX_KERNEL_TYPE = "preempt-rt"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> index 983c1cc..e7172a5 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.12.14"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> LINUX_KERNEL_TYPE = "preempt-rt"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> index c1cbf35..9c23a3f 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.4.93"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> LINUX_KERNEL_TYPE = "preempt-rt"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
> b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
> index b6c98a5..0ef43cd 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.9.57"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> LINUX_KERNEL_TYPE = "preempt-rt"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
> index edaf853..39b58cd 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
> LINUX_VERSION ?= "4.10.17"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> SRCREV_machine ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
> SRCREV_meta ?= "40ee48ac099c04f60d2c132031d9625a4e0c4c9e"
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> index 658ecc0..ed61756 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
> LINUX_VERSION ?= "4.12.14"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> SRCREV_machine ?= "9cc6b0ae1aad7312e85ac4134398f81c0140de33"
> SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023"
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> index dd38095..7491ed2 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
> LINUX_VERSION ?= "4.4.93"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> SRCREV_machine ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
> SRCREV_meta ?= "ae0119a2ff737b8c14bdf904b4c6eb790a7792cb"
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
> index 79b8bfd..34ffdb4 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
> LINUX_VERSION ?= "4.9.57"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> SRCREV_machine ?= "cd8f9254aaaacbfa7f45fcc0bf2bb307615a174b"
> SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
> diff --git a/meta/recipes-kernel/linux/linux-yocto.inc
> b/meta/recipes-kernel/linux/linux-yocto.inc
> index 9c1f61b..07b9af7 100644
> --- a/meta/recipes-kernel/linux/linux-yocto.inc
> +++ b/meta/recipes-kernel/linux/linux-yocto.inc
> @@ -46,7 +46,6 @@ SRCREV_FORMAT ?= "meta_machine"
> # 1: report options that are specified, but not in the final config
> # 2: report options that are not hardware related, but set by a BSP
> KCONF_AUDIT_LEVEL ?= "1"
> -KCONF_BSP_AUDIT_LEVEL ?= "0"
> KMETA_AUDIT ?= "yes"
>
> LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> index 7fcc753..f5b777e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.10.17"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> index a7dd763..493eb99 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.12.14"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> index 4d8d3da..dbe9665 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.4.93"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|
> qemuppc|qemumips|qemumips64|qemux86-64"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
> b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
> index 2486792..479064a 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.9.57"
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> KMETA = "kernel-meta"
> -KCONF_BSP_AUDIT_LEVEL = "2"
>
> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
[-- Attachment #2: Type: text/html, Size: 16050 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ✗ patchtest: failure for linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
2017-11-27 13:03 ` ✗ patchtest: failure for " Patchwork
@ 2017-11-27 15:33 ` Leonardo Sandoval
0 siblings, 0 replies; 5+ messages in thread
From: Leonardo Sandoval @ 2017-11-27 15:33 UTC (permalink / raw)
To: Patchwork; +Cc: Ming Liu, openembedded-core
On Mon, 27 Nov 2017 13:03:05 -0000
Patchwork <patchwork@patchwork.openembedded.org> wrote:
> == Series Details ==
>
> Series: linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
> Revision: 1
> URL : https://patchwork.openembedded.org/series/9957/
> 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:
>
>
>
> * Patch linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
> Issue Yocto Project bugzilla tag is not correctly formatted [test_bugzilla_entry_format]
> Suggested fix Specify bugzilla ID in commit description with format: "[YOCTO #<bugzilla ID>]"
Ignore the above. This test is trying to identify a bad formatted bugzilla tag, but the current regex is too open that match the [ kernel-yocto: ... ] line.
>
>
>
> 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] -> ...).
>
> ---
> Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL
2017-11-27 13:36 ` [PATCH] " Bruce Ashfield
@ 2017-11-28 1:02 ` Ming Liu
0 siblings, 0 replies; 5+ messages in thread
From: Ming Liu @ 2017-11-28 1:02 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 9343 bytes --]
Hi, Bruce:
OK, got that.
//Ming Liu
2017-11-27 21:36 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
> Nope.
>
> This flag can stay. I have new audit code coming that will use it again ..
> that's
> why it was left in the first place.
>
> Cheers,
>
> Bruce
>
> On Mon, Nov 27, 2017 at 7:54 AM, <liu.ming50@gmail.com> wrote:
>
>> From: Ming Liu <liu.ming50@gmail.com>
>>
>> The warning that this flag was trying to control, it had been dropped
>> by commit 0f698dfd:
>> [ kernel-yocto: streamline patch, configuration and audit phases ]
>>
>> so this flag is useless since that commit merged, drop it as well.
>>
>> Signed-off-by: Ming Liu <liu.ming50@gmail.com>
>> ---
>> meta/classes/kernel-yocto.bbclass | 1 -
>> meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto.inc | 1 -
>> meta/recipes-kernel/linux/linux-yocto_4.10.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 1 -
>> meta/recipes-kernel/linux/linux-yocto_4.9.bb | 1 -
>> 14 files changed, 14 deletions(-)
>>
>> diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/
>> kernel-yocto.bbclass
>> index 1d44795..1c3b778 100644
>> --- a/meta/classes/kernel-yocto.bbclass
>> +++ b/meta/classes/kernel-yocto.bbclass
>> @@ -322,7 +322,6 @@ python do_kernel_configcheck() {
>> ret, result = oe.utils.getstatusoutput("%s%s" % (pathprefix, cmd))
>>
>> config_check_visibility = int(d.getVar("KCONF_AUDIT_LEVEL") or 0)
>> - bsp_check_visibility = int(d.getVar("KCONF_BSP_AUDIT_LEVEL") or 0)
>>
>> # if config check visibility is non-zero, report dropped
>> configuration values
>> mismatch_file = d.expand("${S}/%s/cfg/mismatch.txt" % kmeta)
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
>> index f93d953..0c388d5 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
>> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.10.17"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> LINUX_KERNEL_TYPE = "preempt-rt"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
>> index 983c1cc..e7172a5 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
>> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.12.14"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> LINUX_KERNEL_TYPE = "preempt-rt"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> index c1cbf35..9c23a3f 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.4.93"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> LINUX_KERNEL_TYPE = "preempt-rt"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
>> b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
>> index b6c98a5..0ef43cd 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
>> @@ -22,7 +22,6 @@ LINUX_VERSION ?= "4.9.57"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> LINUX_KERNEL_TYPE = "preempt-rt"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
>> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
>> index edaf853..39b58cd 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
>> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
>> LINUX_VERSION ?= "4.10.17"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> SRCREV_machine ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
>> SRCREV_meta ?= "40ee48ac099c04f60d2c132031d9625a4e0c4c9e"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
>> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
>> index 658ecc0..ed61756 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
>> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
>> LINUX_VERSION ?= "4.12.14"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> SRCREV_machine ?= "9cc6b0ae1aad7312e85ac4134398f81c0140de33"
>> SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> index dd38095..7491ed2 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
>> LINUX_VERSION ?= "4.4.93"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> SRCREV_machine ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
>> SRCREV_meta ?= "ae0119a2ff737b8c14bdf904b4c6eb790a7792cb"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
>> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
>> index 79b8bfd..34ffdb4 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
>> @@ -7,7 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
>> LINUX_VERSION ?= "4.9.57"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> SRCREV_machine ?= "cd8f9254aaaacbfa7f45fcc0bf2bb307615a174b"
>> SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto.inc
>> b/meta/recipes-kernel/linux/linux-yocto.inc
>> index 9c1f61b..07b9af7 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto.inc
>> +++ b/meta/recipes-kernel/linux/linux-yocto.inc
>> @@ -46,7 +46,6 @@ SRCREV_FORMAT ?= "meta_machine"
>> # 1: report options that are specified, but not in the final config
>> # 2: report options that are not hardware related, but set by a BSP
>> KCONF_AUDIT_LEVEL ?= "1"
>> -KCONF_BSP_AUDIT_LEVEL ?= "0"
>> KMETA_AUDIT ?= "yes"
>>
>> LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> index 7fcc753..f5b777e 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.10.17"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
>> b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
>> index a7dd763..493eb99 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
>> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.12.14"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> index 4d8d3da..dbe9665 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.4.93"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qem
>> uppc|qemumips|qemumips64|qemux86-64"
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
>> b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
>> index 2486792..479064a 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
>> @@ -29,7 +29,6 @@ LINUX_VERSION ?= "4.9.57"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>> KMETA = "kernel-meta"
>> -KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
>>
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end"
>
[-- Attachment #2: Type: text/html, Size: 16877 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-11-28 1:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 12:54 [PATCH] linux-yocto: drop KCONF_BSP_AUDIT_LEVEL liu.ming50
2017-11-27 13:03 ` ✗ patchtest: failure for " Patchwork
2017-11-27 15:33 ` Leonardo Sandoval
2017-11-27 13:36 ` [PATCH] " Bruce Ashfield
2017-11-28 1:02 ` Ming Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox