All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-intel: emenlow updates
@ 2011-08-03 20:57 tom.zanussi
  2011-08-03 20:57 ` [PATCH 1/2] meta-emenlow: remove tune-related assignments from machine conf tom.zanussi
  2011-08-03 20:57 ` [PATCH 2/2] meta-emenlow: add live fstype tom.zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: tom.zanussi @ 2011-08-03 20:57 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

A couple updates for meta-emenlow dealing with the new tune file
and live image changes.

Boot tested successfully with the emenlow live sato image.

The following changes since commit 567c3b6436b4cb9551c23845c15ab544542b5083:
  Tom Zanussi (1):
        meta-crownbay: remove obsolete dir

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/emenlow-tunelive-updates
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/emenlow-tunelive-updates

Tom Zanussi (2):
  meta-emenlow: remove tune-related assignments from machine conf
  meta-emenlow: add live fstype

 meta-emenlow/conf/machine/emenlow.conf |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)



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

* [PATCH 1/2] meta-emenlow: remove tune-related assignments from machine conf
  2011-08-03 20:57 [PATCH 0/2] meta-intel: emenlow updates tom.zanussi
@ 2011-08-03 20:57 ` tom.zanussi
  2011-08-03 20:57 ` [PATCH 2/2] meta-emenlow: add live fstype tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-08-03 20:57 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

These are all now handled or obsoleted by tune-atom.inc, so remove
them here.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-emenlow/conf/machine/emenlow.conf |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index b0b7d5e..dfe20cb 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -4,12 +4,8 @@
 #@DESCRIPTION: Machine configuration for eMenlow based systems, like the
 # Webs-2120 box.
 
-TARGET_ARCH = "i586"
-
 include conf/machine/include/tune-atom.inc
 
-BASE_PACKAGE_ARCH="core2"
-
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
                     acpi serial usbgadget"
 
-- 
1.7.0.4



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

* [PATCH 2/2] meta-emenlow: add live fstype
  2011-08-03 20:57 [PATCH 0/2] meta-intel: emenlow updates tom.zanussi
  2011-08-03 20:57 ` [PATCH 1/2] meta-emenlow: remove tune-related assignments from machine conf tom.zanussi
@ 2011-08-03 20:57 ` tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-08-03 20:57 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Most of the time, we want a -live image, so add it to the
IMAGE_FSTYPES by default.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-emenlow/conf/machine/emenlow.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index dfe20cb..21b314f 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
 
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
 
-IMAGE_FSTYPES ?= "ext3 cpio.gz"
+IMAGE_FSTYPES ?= "ext3 cpio.gz live"
 
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
-- 
1.7.0.4



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

end of thread, other threads:[~2011-08-03 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 20:57 [PATCH 0/2] meta-intel: emenlow updates tom.zanussi
2011-08-03 20:57 ` [PATCH 1/2] meta-emenlow: remove tune-related assignments from machine conf tom.zanussi
2011-08-03 20:57 ` [PATCH 2/2] meta-emenlow: add live fstype tom.zanussi

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.