All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI
@ 2012-01-11  0:54 Andrea Adami
  2012-01-11  0:54 ` [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8 Andrea Adami
  2012-01-14 19:58 ` [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Paul Eggleton
  0 siblings, 2 replies; 4+ messages in thread
From: Andrea Adami @ 2012-01-11  0:54 UTC (permalink / raw)
  To: openembedded-devel

* not necessary anymore, obsolete in oe-core

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-kernel/linux/linux-kexecboot_3.1.bb        |    2 +-
 .../linux/linux-palm-omap1_2.6.22-omap1.bb         |    2 +-
 recipes-kernel/linux/linux_3.1.bb                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb b/recipes-kernel/linux/linux-kexecboot_3.1.bb
index 5da0cc4..9e2fb69 100644
--- a/recipes-kernel/linux/linux-kexecboot_3.1.bb
+++ b/recipes-kernel/linux/linux-kexecboot_3.1.bb
@@ -6,7 +6,7 @@ S = "${WORKDIR}/linux-${PV}"
 COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz)"
 
 SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
-           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
+           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
            file://defconfig \
            file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
            "
diff --git a/recipes-kernel/linux/linux-palm-omap1_2.6.22-omap1.bb b/recipes-kernel/linux/linux-palm-omap1_2.6.22-omap1.bb
index f59779e..52c6aec 100644
--- a/recipes-kernel/linux/linux-palm-omap1_2.6.22-omap1.bb
+++ b/recipes-kernel/linux/linux-palm-omap1_2.6.22-omap1.bb
@@ -9,7 +9,7 @@ inherit kernel
 DEPENDS = ""
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-2.6.22.tar.bz2;name=kernel \
-           http://www.muru.com/linux/omap/patches/patch-2.6.22-omap1.bz2;apply=yes;name=patch \
+           http://www.muru.com/linux/omap/patches/patch-2.6.22-omap1.bz2;name=patch \
 	   file://defconfig"
 
 S = "${WORKDIR}/linux-2.6.22"
diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb
index 0c65f7b..baa0b34 100644
--- a/recipes-kernel/linux/linux_3.1.bb
+++ b/recipes-kernel/linux/linux_3.1.bb
@@ -5,7 +5,7 @@ PR = "${INC_PR}.5"
 COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz|h1940)"
 
 SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
-           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;apply=yes;name=stablepatch \
+           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
            file://defconfig \
            file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
            "
-- 
1.7.3.4




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

* [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8
  2012-01-11  0:54 [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Andrea Adami
@ 2012-01-11  0:54 ` Andrea Adami
  2012-01-14 20:14   ` Paul Eggleton
  2012-01-14 19:58 ` [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Paul Eggleton
  1 sibling, 1 reply; 4+ messages in thread
From: Andrea Adami @ 2012-01-11  0:54 UTC (permalink / raw)
  To: openembedded-devel

* apply latest stable patchset
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-kernel/linux/linux-kexecboot_3.1.bb |    8 ++++----
 recipes-kernel/linux/linux_3.1.bb           |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb b/recipes-kernel/linux/linux-kexecboot_3.1.bb
index 9e2fb69..8a7f38f 100644
--- a/recipes-kernel/linux/linux-kexecboot_3.1.bb
+++ b/recipes-kernel/linux/linux-kexecboot_3.1.bb
@@ -1,12 +1,12 @@
 require linux-kexecboot.inc
 
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
 S = "${WORKDIR}/linux-${PV}"
 
 COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz)"
 
 SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
-           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
+           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;name=stablepatch \
            file://defconfig \
            file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
            "
@@ -22,5 +22,5 @@ SRC_URI_append_poodle = " \
 
 SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
 SRC_URI[kernel.sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
-SRC_URI[stablepatch.md5sum] = "13ea1e611a0a580138b8203e6f1353ed"
-SRC_URI[stablepatch.sha256sum] = "44f2611ce923db17254eeb618ed06703acf4dd6dcc8357b360e11a1111b0bc9d"
+SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
+SRC_URI[stablepatch.sha256sum] = "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"
diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb
index baa0b34..3dc2759 100644
--- a/recipes-kernel/linux/linux_3.1.bb
+++ b/recipes-kernel/linux/linux_3.1.bb
@@ -1,11 +1,11 @@
 require linux.inc
 
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 
 COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz|h1940)"
 
 SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
-           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
+           ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;name=stablepatch \
            file://defconfig \
            file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
            "
@@ -21,5 +21,5 @@ SRC_URI_append_poodle = " \
 
 SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
 SRC_URI[kernel.sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
-SRC_URI[stablepatch.md5sum] = "13ea1e611a0a580138b8203e6f1353ed"
-SRC_URI[stablepatch.sha256sum] = "44f2611ce923db17254eeb618ed06703acf4dd6dcc8357b360e11a1111b0bc9d"
+SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
+SRC_URI[stablepatch.sha256sum] = "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"
-- 
1.7.3.4




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

* Re: [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI
  2012-01-11  0:54 [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Andrea Adami
  2012-01-11  0:54 ` [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8 Andrea Adami
@ 2012-01-14 19:58 ` Paul Eggleton
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-01-14 19:58 UTC (permalink / raw)
  To: Andrea Adami; +Cc: openembedded-devel

On Wednesday 11 January 2012 01:54:28 Andrea Adami wrote:
> * not necessary anymore, obsolete in oe-core

Unfortunately that is not the case here - because the patches in question do 
not have .patch or .diff extensions then you need to have apply=yes - with your 
change, the patch no longer gets applied.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8
  2012-01-11  0:54 ` [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8 Andrea Adami
@ 2012-01-14 20:14   ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-01-14 20:14 UTC (permalink / raw)
  To: Andrea Adami; +Cc: openembedded-devel

On Wednesday 11 January 2012 01:54:29 Andrea Adami wrote:
> * apply latest stable patchset
> * bump PR
> 
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  recipes-kernel/linux/linux-kexecboot_3.1.bb |    8 ++++----
>  recipes-kernel/linux/linux_3.1.bb           |    8 ++++----
>  2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb
> b/recipes-kernel/linux/linux-kexecboot_3.1.bb index 9e2fb69..8a7f38f 100644
> --- a/recipes-kernel/linux/linux-kexecboot_3.1.bb
> +++ b/recipes-kernel/linux/linux-kexecboot_3.1.bb
> @@ -1,12 +1,12 @@
>  require linux-kexecboot.inc
> 
> -PR = "${INC_PR}.4"
> +PR = "${INC_PR}.5"
>  S = "${WORKDIR}/linux-${PV}"
> 
>  COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz)"
> 
>  SRC_URI +=
> "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \ - 
>         
> ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
> +          
> ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;name=stablepatch \
> file://defconfig \
>             file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
>             "
> @@ -22,5 +22,5 @@ SRC_URI_append_poodle = " \
> 
>  SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
>  SRC_URI[kernel.sha256sum] =
> "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
> -SRC_URI[stablepatch.md5sum] = "13ea1e611a0a580138b8203e6f1353ed"
> -SRC_URI[stablepatch.sha256sum] =
> "44f2611ce923db17254eeb618ed06703acf4dd6dcc8357b360e11a1111b0bc9d"
> +SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
> +SRC_URI[stablepatch.sha256sum] =
> "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30" diff
> --git a/recipes-kernel/linux/linux_3.1.bb
> b/recipes-kernel/linux/linux_3.1.bb index baa0b34..3dc2759 100644
> --- a/recipes-kernel/linux/linux_3.1.bb
> +++ b/recipes-kernel/linux/linux_3.1.bb
> @@ -1,11 +1,11 @@
>  require linux.inc
> 
> -PR = "${INC_PR}.5"
> +PR = "${INC_PR}.6"
> 
>  COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz|h1940)"
> 
>  SRC_URI +=
> "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \ - 
>         
> ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.7.bz2;name=stablepatch \
> +          
> ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;name=stablepatch \
> file://defconfig \
>             file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
>             "
> @@ -21,5 +21,5 @@ SRC_URI_append_poodle = " \
> 
>  SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
>  SRC_URI[kernel.sha256sum] =
> "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
> -SRC_URI[stablepatch.md5sum] = "13ea1e611a0a580138b8203e6f1353ed"
> -SRC_URI[stablepatch.sha256sum] =
> "44f2611ce923db17254eeb618ed06703acf4dd6dcc8357b360e11a1111b0bc9d"
> +SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
> +SRC_URI[stablepatch.sha256sum] =
> "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"

I left the other patch but took this one. Thanks!

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-01-14 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-11  0:54 [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Andrea Adami
2012-01-11  0:54 ` [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8 Andrea Adami
2012-01-14 20:14   ` Paul Eggleton
2012-01-14 19:58 ` [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI Paul Eggleton

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.