Re: [meta-intel] [PATCH] meta-intel.inc: Avoid installing thermald on poky-tiny

2017-09-26 Thread Alejandro Hernandez
Hey guys, On 09/26/2017 09:33 AM, Wold, Saul wrote: On Tue, 2017-09-26 at 09:11 +0300, Jussi Laako wrote: On 25.09.2017 10:00, Mikko Ylinen wrote: On 23/09/17 01:03, Alejandro Hernandez wrote: When using DISTRO=poky-tiny we dont need to have thermald and also it brings about ~4MB

[meta-intel] [PATCH] core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAM

2017-09-15 Thread Alejandro Hernandez
This new image recipe creates an image from the artifacts obtained after building core-image-tiny-initramfs, it boots directly to a tiny rootfs provided by initrd Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- .../images/core-image-tiny-initramfs.bbappend

[meta-intel] [PATCH v2] core-image-tiny-initramfs: Fixes WKS_FILE for Intel MACHINES

2017-06-30 Thread Alejandro Hernandez
-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- common/recipes-core/images/core-image-tiny-initramfs.bbappend | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/recipes-core/images/core-image-tiny-initramfs.bbappend b/common/recipes-core/image

Re: [meta-intel] [PATCH] Include recommended packges for all Intel machines

2017-03-21 Thread Alejandro Hernandez
On 03/20/2017 05:59 PM, Cal Sullivan wrote: Hi Jussi, On 03/20/2017 06:08 AM, Jussi Laako wrote: Moves common MACHINE_EXTRA_RRECOMMENDS to a common include file and add thermald to MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Jussi Laako ---

Re: [meta-intel] [PATCH 1/3] linux-yocto: Add linux-yocto 4.10 bbappends

2017-03-16 Thread Alejandro Hernandez
Hey Cal, That was copied directly from the recipe that had LTO, which apparently we wont be using for >4.4 so we wont be needing that line anymore. Alejandro On 03/16/2017 02:34 PM, Cal Sullivan wrote: Alejandro, I'd appreciate a review on the tiny bbappend, as I didn't entirely understand

[meta-intel] [PATCH 3/6] linux-yocto-tiny: Adds support for core2-32 and corei7-64 on linux-yocto-tiny_4.4

2017-03-01 Thread Alejandro Hernandez
Also updates SRCREV_meta for intel-quark Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- .../linux/linux-yocto-tiny_4.4.bbappend| 23 +- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux

[meta-intel] [PATCH 4/6] linux-yocto-tiny: Adds support for core2-32 and corei7-64 on linux-yocto-tiny_4.9 and upgrades to 4.9.13

2017-03-01 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- .../linux/linux-yocto-tiny_4.9.bbappend| 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend b/common/r

[meta-intel] [PATCH 2/6] systemd-bootdisk-tiny: Adds kickstart file for poky-tiny to support corei7-64 and core2-32 using wic

2017-03-01 Thread Alejandro Hernandez
-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- scripts/lib/wic/canned-wks/systemd-bootdisk-tiny32.wks | 8 scripts/lib/wic/canned-wks/systemd-bootdisk-tiny64.wks | 14 ++ 2 files changed, 22 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/s

[meta-intel] [PATCH 5/6] meta-intel.inc: Set intel-linux as default kernel for poky-tiny

2017-03-01 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- conf/machine/include/meta-intel.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index eb759c4..04bd553 100644 --- a/conf/machine/i

[meta-intel] [PATCH 6/6] core-image-tiny-initramfs: Choose WKS_FILE correctly between architectures

2017-03-01 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- common/recipes-core/images/core-image-tiny-initramfs.bbappend | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 common/recipes-core/images/core-image-tiny-initramfs.bbappend diff --git a/

Re: [meta-intel] [PATCH 1/8] common/binutils-2.24.51.0.3: New recipe

2017-02-27 Thread Alejandro Hernandez
the other series because we still haven't agreed on how to (more like where or when) to set WKS_FILE correctly, and the CONSOLE issue as well. Alejandro Thanks, Cal On 02/13/2017 01:52 PM, Alejandro Hernandez wrote: This is severely hacked version of the fido binutils recipe, which

[meta-intel] [PATCH 8/8] Adds tiny kickstart file for corei7-64

2017-02-13 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- scripts/lib/wic/canned-wks/systemd-bootdisk-tiny64.wks | 8 1 file changed, 8 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/systemd-bootdisk-tiny64.wks diff --git a/scripts/lib/wic/cann

[meta-intel] [PATCH 6/8] mktinygalileodisk: Fix tiny WKS for quark to use systemd-boot instead of gummiboot

2017-02-13 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- scripts/lib/wic/canned-wks/mktinygalileodisk.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/canned-wks/mktinygalileodisk.wks b/scripts/lib/wic/canned-wks/mktinygalileodi

[meta-intel] [PATCH 3/8] Add support for core2-32 and corei7-64 on linux-yocto-tiny_4.4

2017-02-13 Thread Alejandro Hernandez
Also updates SRCREV_meta for intel-quark Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- .../linux/linux-yocto-tiny_4.4.bbappend| 23 +- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux

[meta-intel] [PATCH 5/8] Add support for core2-32 and corei7-64 on linux-yocto-tiny_4.9 and upgrades to 4.9.8

2017-02-13 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- .../linux/linux-yocto-tiny_4.9.bbappend| 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend b/common/r

[meta-intel] [PATCH 0/8] Poky-tiny new features

2017-02-13 Thread Alejandro Hernandez
-yocto on Intel Architectures. Alejandro Hernandez (6): Add support for core2-32 and corei7-64 on linux-yocto-tiny_4.4 Add support for core2-32 and corei7-64 on linux-yocto-tiny_4.8 Add support for core2-32 and corei7-64 on linux-yocto-tiny_4.9 and upgrades to 4.9.8 mktinygalileodisk: Fix

[meta-intel] [PATCH 2/8] wic: Add mktinygalileodisk kickstart file

2017-02-13 Thread Alejandro Hernandez
From: Tom Zanussi With the output from poky modified to use image-live-artifacts, we can now create a tiny initramfs image that can be dd'ed directly to the Galileo2 sdcard using: $ wic create mktinygalileodisk -e core-image-tiny-initramfs Signed-off-by: Tom

[meta-intel] [meta-inte-iot-middleware] [PATCH] upm: Fix packageconfig for upm

2016-04-13 Thread Alejandro Hernandez
Previously PACKAGECONFIG was broken on the upm recipe since in all cases it disabled both nodejs and python this patch fixes this making it possible to enable either of them Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- recipes-devtools/upm/upm_0.4.1.bb | 4 +

Re: [meta-intel] [PATCH] gma500_gfx: Avoid inserting gma500_gfx module for certain devices

2016-02-24 Thread Alejandro Hernandez
On 02/24/2016 04:49 PM, Burton, Ross wrote: On 24 February 2016 at 14:18, Trevor Woerner > wrote: This patch assumes git://git.yoctoproject.org/meta-yocto is included in bbappends, is this a

[meta-intel] [PATCH] gma500_gfx: Avoid inserting gma500_gfx module for certain devices

2016-02-18 Thread Alejandro Hernandez
loop instead. Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend | 1 + conf/machine/intel-core2-32.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644

[meta-intel] [PATCH] gma500_gfx: Avoid inserting gma500_gfx module for certain devices

2015-10-01 Thread Alejandro Hernandez
loop instead. Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> --- common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend | 1 + conf/machine/intel-core2-32.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644

[meta-intel] [PATCH] binutils: fixes binutils patch for quark, it failed when applying patch to the changelog

2015-07-29 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- .../0001-Add-momit_lock_prefix-no-yes-option.patch | 78 -- 1 file changed, 27 insertions(+), 51 deletions(-) diff --git a/recipes-devtools/binutils/files/0001-Add-momit_lock_prefix-no-yes