All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] A couple of fixes for Build Appliance
@ 2012-04-10 21:49 Saul Wold
  2012-04-10 21:49 ` [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU Saul Wold
  2012-04-10 21:49 ` [PATCH 2/2] task-self-hosted: Add vte and eglibc-gconv-ibm850 Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Saul Wold @ 2012-04-10 21:49 UTC (permalink / raw)
  To: openembedded-core, dvhart

Richard,

These fix a couple of problems with the build appliance and
the way boot-directdisk was setting up syslinux.  Darren and
I discussed them.

Thanks
	Sau!

The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc:

  hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10 13:16:00 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (2):
  boot-directdisk: remove the default setting of SYSLINUXCFG and
    SYSLINUXMENU
  task-self-hosted: Add vte and eglibc-gconv-ibm850

 meta/classes/boot-directdisk.bbclass        |    3 ---
 meta/recipes-core/tasks/task-self-hosted.bb |    4 +++-
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
1.7.7.6




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

* [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU
  2012-04-10 21:49 [PATCH 0/2] A couple of fixes for Build Appliance Saul Wold
@ 2012-04-10 21:49 ` Saul Wold
  2012-04-10 22:05   ` Darren Hart
  2012-04-10 21:49 ` [PATCH 2/2] task-self-hosted: Add vte and eglibc-gconv-ibm850 Saul Wold
  1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2012-04-10 21:49 UTC (permalink / raw)
  To: openembedded-core, dvhart

These two should get setup in {S} and installed into {HDDDIR}, by
having them defined with {HDDDIR} they try to get created when the
directory does not exist yet.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/classes/boot-directdisk.bbclass |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index e9e1ba3..7d8f8ff 100644
--- a/meta/classes/boot-directdisk.bbclass
+++ b/meta/classes/boot-directdisk.bbclass
@@ -40,9 +40,6 @@ AUTO_SYSLINUXCFG = "1"
 SYSLINUX_ROOT ?= "root=/dev/sda2"
 SYSLINUX_TIMEOUT ?= "10"
 
-SYSLINUXCFG  = "${HDDDIR}/syslinux.cfg"
-SYSLINUXMENU = "${HDDDIR}/menu"
-
 inherit syslinux
 		
 build_boot_dd() {
-- 
1.7.7.6




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

* [PATCH 2/2] task-self-hosted: Add vte and eglibc-gconv-ibm850
  2012-04-10 21:49 [PATCH 0/2] A couple of fixes for Build Appliance Saul Wold
  2012-04-10 21:49 ` [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU Saul Wold
@ 2012-04-10 21:49 ` Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-04-10 21:49 UTC (permalink / raw)
  To: openembedded-core, dvhart

Adding vte for a more full featured terminal
adding eglibc-gconv-ibm850 for mcopy

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/tasks/task-self-hosted.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 6a24a7f..5588cd3 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Basic Image Tasks"
-PR = "r8"
+PR = "r9"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -48,6 +48,7 @@ RDEPENDS_task-self-hosted-host-tools = "\
     parted \
     pseudo \
     screen \
+    vte \
     "
 
 # eglibc-utils: for rpcgen
@@ -62,6 +63,7 @@ RDEPENDS_task-self-hosted-sdk = "\
     cpp-symlinks \
     distcc \
     eglibc-utils \
+    eglibc-gconv-ibm850 \
     file \
     findutils \
     g++ \
-- 
1.7.7.6




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

* Re: [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU
  2012-04-10 21:49 ` [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU Saul Wold
@ 2012-04-10 22:05   ` Darren Hart
  0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2012-04-10 22:05 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core



On 04/10/2012 02:49 PM, Saul Wold wrote:
> These two should get setup in {S} and installed into {HDDDIR}, by
> having them defined with {HDDDIR} they try to get created when the
> directory does not exist yet.

And they conflict with the syslinux.bbclass which now has appropriate
defaults. This is cruft left over from resurrecting directdisk.

> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>

Acked-by: Darren Hart <dvhart@linux.intel.com>

> ---
>  meta/classes/boot-directdisk.bbclass |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
> index e9e1ba3..7d8f8ff 100644
> --- a/meta/classes/boot-directdisk.bbclass
> +++ b/meta/classes/boot-directdisk.bbclass
> @@ -40,9 +40,6 @@ AUTO_SYSLINUXCFG = "1"
>  SYSLINUX_ROOT ?= "root=/dev/sda2"
>  SYSLINUX_TIMEOUT ?= "10"
>  
> -SYSLINUXCFG  = "${HDDDIR}/syslinux.cfg"
> -SYSLINUXMENU = "${HDDDIR}/menu"
> -
>  inherit syslinux
>  		
>  build_boot_dd() {

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



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

end of thread, other threads:[~2012-04-10 22:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 21:49 [PATCH 0/2] A couple of fixes for Build Appliance Saul Wold
2012-04-10 21:49 ` [PATCH 1/2] boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU Saul Wold
2012-04-10 22:05   ` Darren Hart
2012-04-10 21:49 ` [PATCH 2/2] task-self-hosted: Add vte and eglibc-gconv-ibm850 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.