All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH 1/2] linux_3.0.1 fix parsing warnings
@ 2012-06-21 21:46 Andrea Adami
  2012-06-21 21:46 ` [meta-handheld][PATCH 2/2] linux_2.6.29: " Andrea Adami
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Adami @ 2012-06-21 21:46 UTC (permalink / raw)
  To: openembedded-devel

* declare COMPATIBLE_MACHINE to fix
* WARNING: Unable to get checksum for linux SRC_URI entry
* defconfig: file could not be found

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

diff --git a/recipes-kernel/linux/linux_3.0.1.bb b/recipes-kernel/linux/linux_3.0.1.bb
index 38c5196..ac88b29 100644
--- a/recipes-kernel/linux/linux_3.0.1.bb
+++ b/recipes-kernel/linux/linux_3.0.1.bb
@@ -4,6 +4,8 @@ require linux.inc
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_hx4700 = "1"
 
+COMPATIBLE_MACHINE = "hx4700"
+
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v3.0/linux-${PV}.tar.bz2;name=kernel \
            file://defconfig "
 
-- 
1.7.3.4




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

* [meta-handheld][PATCH 2/2] linux_2.6.29: fix parsing warnings
  2012-06-21 21:46 [meta-handheld][PATCH 1/2] linux_3.0.1 fix parsing warnings Andrea Adami
@ 2012-06-21 21:46 ` Andrea Adami
  2012-06-27 13:01   ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Adami @ 2012-06-21 21:46 UTC (permalink / raw)
  To: openembedded-devel

* declare COMPATIBLE_MACHINE to fix
* WARNING: Unable to get checksum for linux SRC_URI entry
* defconfig: file could not be found

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

diff --git a/recipes-kernel/linux/linux_2.6.29.bb b/recipes-kernel/linux/linux_2.6.29.bb
index e1da026..1886f24 100644
--- a/recipes-kernel/linux/linux_2.6.29.bb
+++ b/recipes-kernel/linux/linux_2.6.29.bb
@@ -6,6 +6,8 @@ PR = "r0"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_h3600 = "1"
 
+COMPATIBLE_MACHINE = "h3600"
+
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-2.6.29.6.tar.bz2;name=kernel \
            file://defconfig"
 
-- 
1.7.3.4




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

* Re: [meta-handheld][PATCH 2/2] linux_2.6.29: fix parsing warnings
  2012-06-21 21:46 ` [meta-handheld][PATCH 2/2] linux_2.6.29: " Andrea Adami
@ 2012-06-27 13:01   ` Paul Eggleton
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-06-27 13:01 UTC (permalink / raw)
  To: openembedded-devel

On Thursday 21 June 2012 23:46:07 Andrea Adami wrote:
> * declare COMPATIBLE_MACHINE to fix
> * WARNING: Unable to get checksum for linux SRC_URI entry
> * defconfig: file could not be found
> 
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  recipes-kernel/linux/linux_2.6.29.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux_2.6.29.bb
> b/recipes-kernel/linux/linux_2.6.29.bb index e1da026..1886f24 100644
> --- a/recipes-kernel/linux/linux_2.6.29.bb
> +++ b/recipes-kernel/linux/linux_2.6.29.bb
> @@ -6,6 +6,8 @@ PR = "r0"
>  DEFAULT_PREFERENCE = "-1"
>  DEFAULT_PREFERENCE_h3600 = "1"
> 
> +COMPATIBLE_MACHINE = "h3600"
> +
>  SRC_URI =
> "${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-2.6.29.6.tar.bz2;name=kernel \
> file://defconfig"

Merged both of these to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-06-27 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21 21:46 [meta-handheld][PATCH 1/2] linux_3.0.1 fix parsing warnings Andrea Adami
2012-06-21 21:46 ` [meta-handheld][PATCH 2/2] linux_2.6.29: " Andrea Adami
2012-06-27 13:01   ` 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.