All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-intel: n450 SRCREV and PREFERRED_VERSION to 3.0.4
@ 2011-09-06 17:34 Darren Hart
  2011-09-06 17:34 ` [PATCH 1/2] n450: update linux-yocto SRCREV " Darren Hart
  2011-09-06 17:34 ` [PATCH 2/2] n450: update linux-yocto PREFERRED_VERSION to 3.0% Darren Hart
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-09-06 17:34 UTC (permalink / raw)
  To: yocto; +Cc: Darren Hart

The following changes since commit b4ae4edff5f164b21a28572492b0e306e0c9537b:

  meta-intel: update SRCREVs (2011-09-06 08:26:12 -0500)

are available in the git repository at:
  git://git.yoctoproject.org/meta-intel-contrib dvhart/n450
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=dvhart/n450

Darren Hart (2):
  n450: update linux-yocto SRCREV to 3.0.4
  n450: update linux-yocto PREFERRED_VERSION to 3.0%

 meta-n450/conf/machine/n450.conf                   |    2 +-
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.6



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

* [PATCH 1/2] n450: update linux-yocto SRCREV to 3.0.4
  2011-09-06 17:34 [PATCH 0/2] meta-intel: n450 SRCREV and PREFERRED_VERSION to 3.0.4 Darren Hart
@ 2011-09-06 17:34 ` Darren Hart
  2011-09-06 17:34 ` [PATCH 2/2] n450: update linux-yocto PREFERRED_VERSION to 3.0% Darren Hart
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-09-06 17:34 UTC (permalink / raw)
  To: yocto

Update n450 to use the 3.0.4 commit from the atom-pc branch.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
index c1b69aa..5fd298e 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -5,5 +5,5 @@ KMACHINE_n450  = "yocto/standard/common-pc/atom-pc"
 # The n450 is a single core hypterthreaded CPU
 KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
 
-SRCREV_machine_pn-linux-yocto_n450 = "c54453332efbd86c2ea3caa64e908b39cfac1e76"
+SRCREV_machine_pn-linux-yocto_n450 = "1e18e44adbe79b846e382370eb29bc4b8cd5a1a0"
 #SRCREV_meta_pn-linux-yocto_n450 ?= XXXX
-- 
1.7.6



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

* [PATCH 2/2] n450: update linux-yocto PREFERRED_VERSION to 3.0%
  2011-09-06 17:34 [PATCH 0/2] meta-intel: n450 SRCREV and PREFERRED_VERSION to 3.0.4 Darren Hart
  2011-09-06 17:34 ` [PATCH 1/2] n450: update linux-yocto SRCREV " Darren Hart
@ 2011-09-06 17:34 ` Darren Hart
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-09-06 17:34 UTC (permalink / raw)
  To: yocto

Avoid bitbake warnings about 3.0+git% not being available. The kernel version
contains the stable release as well (e.g. 3.0.4), so use the now standard
3.0% to select the latest 3.0 release of the linux-yocto kernel recipe.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta-n450/conf/machine/n450.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf
index 888c5d2..c0ff0cf 100644
--- a/meta-n450/conf/machine/n450.conf
+++ b/meta-n450/conf/machine/n450.conf
@@ -11,7 +11,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
 KERNEL_IMAGETYPE = "bzImage"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto = "3.0+git%"
+PREFERRED_VERSION_linux-yocto = "3.0%"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
 PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
 PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
-- 
1.7.6



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

end of thread, other threads:[~2011-09-06 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 17:34 [PATCH 0/2] meta-intel: n450 SRCREV and PREFERRED_VERSION to 3.0.4 Darren Hart
2011-09-06 17:34 ` [PATCH 1/2] n450: update linux-yocto SRCREV " Darren Hart
2011-09-06 17:34 ` [PATCH 2/2] n450: update linux-yocto PREFERRED_VERSION to 3.0% Darren Hart

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.