All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.bbappend meta-selinux/recipes-kernel/linux/linux-yocto_3.14.bbappend
@ 2016-01-04 18:31 Thomas Perrot
  2016-02-27  5:49 ` Philip Tricca
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Perrot @ 2016-01-04 18:31 UTC (permalink / raw)
  To: yocto

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
 recipes-kernel/linux/linux-yocto_3.14.bbappend | 8 --------
 recipes-kernel/linux/linux-yocto_3.19.bbappend | 8 --------
 2 files changed, 16 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend
 delete mode 100644 recipes-kernel/linux/linux-yocto_3.19.bbappend

diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
deleted file mode 100644
index 65c79ef..0000000
--- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-# Enable selinux support in the kernel if the feature is enabled
-SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
-
-# For inconsistent kallsyms data bug on ARM
-# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718 
-EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
diff --git a/recipes-kernel/linux/linux-yocto_3.19.bbappend b/recipes-kernel/linux/linux-yocto_3.19.bbappend
deleted file mode 100644
index a8c0647..0000000
--- a/recipes-kernel/linux/linux-yocto_3.19.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-# Enable selinux support in the kernel if the feature is enabled
-SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
-
-# For inconsistent kallsyms data bug on ARM
-# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
-EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
-- 
2.1.4



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

* Re: [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.bbappend meta-selinux/recipes-kernel/linux/linux-yocto_3.14.bbappend
  2016-01-04 18:31 [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.bbappend meta-selinux/recipes-kernel/linux/linux-yocto_3.14.bbappend Thomas Perrot
@ 2016-02-27  5:49 ` Philip Tricca
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Tricca @ 2016-02-27  5:49 UTC (permalink / raw)
  To: Thomas Perrot; +Cc: yocto

Merged. Thanks.

On 01/04/2016 10:31 AM, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
> ---
>  recipes-kernel/linux/linux-yocto_3.14.bbappend | 8 --------
>  recipes-kernel/linux/linux-yocto_3.19.bbappend | 8 --------
>  2 files changed, 16 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend
>  delete mode 100644 recipes-kernel/linux/linux-yocto_3.19.bbappend
> 
> diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
> deleted file mode 100644
> index 65c79ef..0000000
> --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -# Enable selinux support in the kernel if the feature is enabled
> -SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
> -
> -# For inconsistent kallsyms data bug on ARM
> -# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718 
> -EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
> diff --git a/recipes-kernel/linux/linux-yocto_3.19.bbappend b/recipes-kernel/linux/linux-yocto_3.19.bbappend
> deleted file mode 100644
> index a8c0647..0000000
> --- a/recipes-kernel/linux/linux-yocto_3.19.bbappend
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -# Enable selinux support in the kernel if the feature is enabled
> -SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"
> -
> -# For inconsistent kallsyms data bug on ARM
> -# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
> -EXTRA_OEMAKE += "${@bb.utils.contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"
> 



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

end of thread, other threads:[~2016-02-27  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04 18:31 [meta-selinux][PATCH] Remove recipes for kernel 3.14 and 3.19 from master branch, to fix a build error. ERROR: No recipes available for: meta-selinux/recipes-kernel/linux/linux-yocto_3.19.bbappend meta-selinux/recipes-kernel/linux/linux-yocto_3.14.bbappend Thomas Perrot
2016-02-27  5:49 ` Philip Tricca

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.