Re: [OE-core] [PATCH 3/3] bind: Update to 9.9.5

2014-03-09 Thread Richard Purdie
On Sun, 2014-03-09 at 20:48 -0700, Saul Wold wrote: > Remove CVE patches that are in bind > Updated COPYRIGHT includes date changes the NetBSD Copyright > Modifies the Base BSD License to 3-Clause (removes advertising clause)w > Add patch to disable running tests on host > bind: Add python-core for

[OE-core] [PATCH 2/3] dhcp: Update to 4.3.0

2014-03-09 Thread Saul Wold
Rebase fix-external-bind patch LICENSE file has date update to 2014 Signed-off-by: Saul Wold --- meta/recipes-connectivity/dhcp/dhcp.inc| 2 +- .../dhcp/dhcp/fix-external-bind.patch | 115 +++-- .../dhcp/{dhcp_4.2.5-P1.bb => dhcp_4.3.0.bb} | 6 +

[OE-core] [PATCH 3/3] bind: Update to 9.9.5

2014-03-09 Thread Saul Wold
Remove CVE patches that are in bind Updated COPYRIGHT includes date changes the NetBSD Copyright Modifies the Base BSD License to 3-Clause (removes advertising clause)w Add patch to disable running tests on host bind: Add python-core for dnssec Signed-off-by: Saul Wold --- .../bind-9.8.1-CVE-201

[OE-core] [PATCH 1/3] util-linux: Update to 2.24.1

2014-03-09 Thread Saul Wold
rebase native patch to remove sundisklabel as it's deprectated upstream Update LIC_FILES_CHECKSUM for modified text, no License Changes remove deprecated elvtune flag Rebase the fix-configure patch due to change in configure.ac Signed-off-by: Saul Wold --- meta/recipes-core/util-linux/util-linux

[OE-core] [PATCH 0/3] Package Updates

2014-03-09 Thread Saul Wold
These are some core packages for larger systems that had updates that should be included in 1.6. The bind update provides CVE fixes Sau! Saul Wold (3): util-linux: Update to 2.24.1 dhcp: Update to 4.3.0 bind: Update to 9.9.5 .../bind-9.8.1-CVE-2012-5166.patch | 0 .../{

Re: [OE-core] Status Update

2014-03-09 Thread Robert Yang
On 03/10/2014 10:20 AM, Richard Purdie wrote: Its been a while since I sent one of these out, I never got back into the habit after I was away last year. I'm told they're useful to various people and they stop me having to repeat myself to people so I'm going to give them another go. Pending P

[OE-core] Status Update

2014-03-09 Thread Richard Purdie
Its been a while since I sent one of these out, I never got back into the habit after I was away last year. I'm told they're useful to various people and they stop me having to repeat myself to people so I'm going to give them another go. Pending Patches === The feature freeze point f

Re: [OE-core] [PATCH] wic: Use mke2fs to create the ext2/3/4 image

2014-03-09 Thread Richard Purdie
On Sat, 2014-03-08 at 19:23 -0300, João Henrique Ferreira de Freitas wrote: > OE-core commit f3a95ca6886b55e5819b068bdbd2cceb882d91a6 removed the > populate-extfs.sh. So mke2fs should be used to create ext2/3/4 image. > > Signed-off-by: João Henrique Ferreira de Freitas > --- > scripts/lib/mic/k

[OE-core] [PATCH v2 4/4] classes: Add gummiboot class

2014-03-09 Thread Stefan Stanacar
Adds a gummiboot class similar to grub-efi class and makes the necessary changes so it can be used for live/hddimg images as well. One can set EFI_PROVIDER = "gummiboot" in local.conf to use gummiboot instead of grub-efi. Gummiboot requires some kernel options that are not enabled by default, so

[OE-core] [PATCH v2 2/4] recipes-bsp: Add gummiboot recipe

2014-03-09 Thread Stefan Stanacar
gummiboot is a simple UEFI boot manager. Recipe imported from meta-intel with these changes: - drop PR and update configure options - upgraded to latest version A couple of notes: - If you wish you can install the gummiboot package on the target and use 'gummiboot install' to add the payload t

[OE-core] [PATCH v2 3/4] bootimg/grub-efi.bbclass: allow using a different class for EFI images

2014-03-09 Thread Stefan Stanacar
Abstract away some names so one can select using EFI_PROVIDER a different class than grub-efi for populating live images, basically allowing the use of a different bootloader than grub-efi. Signed-off-by: Stefan Stanacar --- meta/classes/boot-directdisk.bbclass | 7 --- meta/classes/bootimg

[OE-core] [PATCH v2 0/4] Add gummiboot boot manager alongside grub-efi

2014-03-09 Thread Stefan Stanacar
(I've sent this earlier but didn't add v2 to subject, this is resend only) Hello, This series adds recipes for gummiboot and a class allowing it to be used as the boot loader for live/hddimg images. Without changing EFI_PROVIDER, we have the same behaviour for EFI machines. Using EFI_PROVIDER = "

[OE-core] [PATCH v2 1/4] recipes-bsp: add gnu-efi recipe

2014-03-09 Thread Stefan Stanacar
gnu-efi is required by gummiboot. Imported from meta-intel, PR dropped, no new version available. Signed-off-by: Stefan Stanacar --- .../gnu-efi/gnu-efi/parallel-make-archives.patch | 48 ++ .../gnu-efi/gnu-efi/parallel-make.patch| 22 ++ meta/recipes-bs

Re: [OE-core] [PATCH 0/4] Add gummiboot boot manager alongside grub-efi

2014-03-09 Thread Stanacar, StefanX
I've forgot to add v2 to the subject lines :( I'll resend with that added. On Sun, 2014-03-09 at 18:04 +0200, Stefan Stanacar wrote: > Hello, > > This series adds recipes for gummiboot and a class allowing it to be used > as the boot loader for live/hddimg images. > Without changing EFI_PROVIDER

[OE-core] [PATCH 3/4] bootimg/grub-efi.bbclass: allow using a different class for EFI images

2014-03-09 Thread Stefan Stanacar
Abstract away some names so one can select using EFI_PROVIDER a different class than grub-efi for populating live images, basically allowing the use of a different bootloader than grub-efi. Signed-off-by: Stefan Stanacar --- meta/classes/boot-directdisk.bbclass | 7 --- meta/classes/bootimg

[OE-core] [PATCH 4/4] classes: Add gummiboot class

2014-03-09 Thread Stefan Stanacar
Adds a gummiboot class similar to grub-efi class and makes the necessary changes so it can be used for live/hddimg images as well. One can set EFI_PROVIDER = "gummiboot" in local.conf to use gummiboot instead of grub-efi. Gummiboot requires some kernel options that are not enabled by default, so

[OE-core] [PATCH 2/4] recipes-bsp: Add gummiboot recipe

2014-03-09 Thread Stefan Stanacar
gummiboot is a simple UEFI boot manager. Recipe imported from meta-intel with these changes: - drop PR and update configure options - upgraded to latest version A couple of notes: - If you wish you can install the gummiboot package on the target and use 'gummiboot install' to add the payload t

[OE-core] [PATCH 1/4] recipes-bsp: add gnu-efi recipe

2014-03-09 Thread Stefan Stanacar
gnu-efi is required by gummiboot. Imported from meta-intel, PR dropped, no new version available. Signed-off-by: Stefan Stanacar --- .../gnu-efi/gnu-efi/parallel-make-archives.patch | 48 ++ .../gnu-efi/gnu-efi/parallel-make.patch| 22 ++ meta/recipes-bs

[OE-core] [PATCH 0/4] Add gummiboot boot manager alongside grub-efi

2014-03-09 Thread Stefan Stanacar
Hello, This series adds recipes for gummiboot and a class allowing it to be used as the boot loader for live/hddimg images. Without changing EFI_PROVIDER, we have the same behaviour for EFI machines. Using EFI_PROVIDER = "gummiboot" an installed image will use gummiboot instead of grub-efi as it's

Re: [OE-core] [PATCH 1/3] recipes-bsp: Add gummiboot and gnu-efi recipes

2014-03-09 Thread Stanacar, StefanX
On Sun, 2014-03-09 at 00:00 -0800, Saul Wold wrote: > On 03/06/2014 10:15 AM, Stefan Stanacar wrote: > > gummiboot is is a simple UEFI boot manager (not a boot loader ;-) ) > > > > These recipes are imported from meta-intel with these changes: > > - drop PR and update configure options > >

[OE-core] [PATCH] kernel-yocto: replace '=' with '+='

2014-03-09 Thread Ming Liu
The dependency to CCACHE_DIR was moved to ccache.bbclass in commit 2acf8da4f13c175ea818b9514677b7059de1e3e2: [ ccache: Separate out into its own class ] then the '=' should be replaced by '+=', otherwise, it will overwrite the original ${CCACHE_DIR} in dirs. Signen-off-by: Ming Liu --- meta/cla

Re: [OE-core] [PATCH][resend] runqemu: Add option for custom BIOS directory

2014-03-09 Thread Saul Wold
On 03/07/2014 04:30 PM, Ricardo Neri wrote: Add support to specify a directory for custom BIOS, VGA BIOS and keymaps as supported by qemu (-L option). Even though this can be done through qemuparams, having this option provides better user experience by not having to specify a long and cluttered

Re: [OE-core] [PATCH 1/3] recipes-bsp: Add gummiboot and gnu-efi recipes

2014-03-09 Thread Saul Wold
On 03/06/2014 10:15 AM, Stefan Stanacar wrote: gummiboot is is a simple UEFI boot manager (not a boot loader ;-) ) These recipes are imported from meta-intel with these changes: - drop PR and update configure options - gummiboot was upgraded to latest version A couple of notes: - If you