* [PATCH 1/2 v2] poky-tiny: Update kernel version to 3.14
@ 2014-06-03 14:52 Saul Wold
2014-06-03 14:52 ` [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH Saul Wold
2014-06-06 15:32 ` [PATCH 1/2 v2][daisy] poky-tiny: Update kernel version to 3.14 Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Saul Wold @ 2014-06-03 14:52 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 2548d79..3350491 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -37,7 +37,7 @@ DISTRO = "poky-tiny"
# Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
-PREFERRED_VERSION_linux-yocto-tiny = "3.8%"
+PREFERRED_VERSION_linux-yocto-tiny = "3.14%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH
2014-06-03 14:52 [PATCH 1/2 v2] poky-tiny: Update kernel version to 3.14 Saul Wold
@ 2014-06-03 14:52 ` Saul Wold
2014-06-04 22:32 ` [for dora and daisy] " Saul Wold
2014-06-06 15:32 ` [PATCH 1/2 v2][daisy] poky-tiny: Update kernel version to 3.14 Saul Wold
1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2014-06-03 14:52 UTC (permalink / raw)
To: poky
The FILESEXTRAPATH was not getting used correctly since our distro
OVERRIDE is for poky-tiny, not poky, so just remove it, also we are
not using a version directory so ensure we get correct BPN (Base Package
Name).
[YOCTO #6353]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/recipes-core/busybox/busybox_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
index ffe8631..0005787 100644
--- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
@@ -1,2 +1,2 @@
-FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [for dora and daisy] [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH
2014-06-03 14:52 ` [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH Saul Wold
@ 2014-06-04 22:32 ` Saul Wold
0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2014-06-04 22:32 UTC (permalink / raw)
To: poky
On 06/03/2014 07:52 AM, Saul Wold wrote:
> The FILESEXTRAPATH was not getting used correctly since our distro
> OVERRIDE is for poky-tiny, not poky, so just remove it, also we are
> not using a version directory so ensure we get correct BPN (Base Package
> Name).
>
> [YOCTO #6353]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta-yocto/recipes-core/busybox/busybox_%.bbappend | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> index ffe8631..0005787 100644
> --- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> +++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> @@ -1,2 +1,2 @@
> -FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:"
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2 v2][daisy] poky-tiny: Update kernel version to 3.14
2014-06-03 14:52 [PATCH 1/2 v2] poky-tiny: Update kernel version to 3.14 Saul Wold
2014-06-03 14:52 ` [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH Saul Wold
@ 2014-06-06 15:32 ` Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2014-06-06 15:32 UTC (permalink / raw)
To: poky
On 06/03/2014 07:52 AM, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky-tiny.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
> index 2548d79..3350491 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -37,7 +37,7 @@ DISTRO = "poky-tiny"
> # Distro config is evaluated after the machine config, so we have to explicitly
> # set the kernel provider to override a machine config.
> PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
> -PREFERRED_VERSION_linux-yocto-tiny = "3.8%"
> +PREFERRED_VERSION_linux-yocto-tiny = "3.14%"
>
> # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
> #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
>
This patch is needed for daisy also
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-06 15:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 14:52 [PATCH 1/2 v2] poky-tiny: Update kernel version to 3.14 Saul Wold
2014-06-03 14:52 ` [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH Saul Wold
2014-06-04 22:32 ` [for dora and daisy] " Saul Wold
2014-06-06 15:32 ` [PATCH 1/2 v2][daisy] poky-tiny: Update kernel version to 3.14 Saul Wold
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.