[OE-core] [PATCH 1/1] u-boot inc: update inc file for newer u-boot versions

2012-02-03 Thread Chase Maupin
well as into the deploy directory. Signed-off-by: Chase Maupin --- meta/recipes-bsp/u-boot/u-boot.inc | 37 --- 1 files changed, 33 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index

[OE-core] [RFC PATCH 0/1] u-boot inc: update inc file for newer u-boot versions

2012-02-03 Thread Chase Maupin
All, I would like your feedback on this patch which is intended to solve the following issues with some of the newer versions of u-boot: 1. The u-boot image now ends in .img instead of .bin 2. Some versions and plaforms may use and SPL bootloader which is built at the same time as the u-boot b

[OE-core] [PATCH] u-boot inc: update inc file for newer u-boot versions

2012-02-06 Thread Chase Maupin
well as into the deploy directory. Signed-off-by: Chase Maupin --- meta/recipes-bsp/u-boot/u-boot.inc | 35 +++ 1 files changed, 31 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index

[OE-core] [PATCH] bluez4: add dependency on libcheck to enable test modules

2012-03-06 Thread Chase Maupin
am335x-evm. Signed-off-by: Chase Maupin --- meta/recipes-connectivity/bluez/bluez4.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index 9158687..fbbe0bf 100644 --- a/meta/recipes

[OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Chase Maupin
am335x-evm. Signed-off-by: Chase Maupin --- * Updated in version 2: * Bumped the PR of the bluez4_4.98 recipe. I assume this is the way to handle changes to the .inc file since there is no INC_PR --- meta/recipes-connectivity/bluez/bluez4.inc |2 +- meta/recipes-connectivity

[OE-core] [PATCHv3] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Chase Maupin
am335x-evm. Signed-off-by: Chase Maupin --- * Updated in version 2: * Bumped the PR of the bluez4_4.98 recipe. I assume this is the way to handle changes to the .inc file since there is no INC_PR * Updated in version 3: * Fixed typo in commit message --- meta/recipes-connectivity

[OE-core] [PATCH] udev: update local rules for new touchscreen device

2013-10-14 Thread Chase Maupin
d EV_ABS, then check for the "a" attribute with 0 and 1. Signed-off-by: Chase Maupin --- meta/recipes-core/udev/udev/local.rules |4 +++- meta/recipes-core/udev/udev_182.bb |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev/lo

[OE-core] [PATCHv2] udev: update local rules for new touchscreen device

2013-10-14 Thread Chase Maupin
d EV_ABS, then check for the "a" attribute with 0 and 1. * More information and history for this can be found at: http://patchwork.openembedded.org/patch/25093/ http://thread.gmane.org/gmane.comp.handhelds.openembedded.core * This patch mirrors a patch done by: Andrea Adami

[OE-core] [PATCH][for-dora] udev: update local rules for new touchscreen device

2013-10-21 Thread Chase Maupin
d EV_ABS, then check for the "a" attribute with 0 and 1. Signed-off-by: Chase Maupin --- meta/recipes-core/udev/udev/local.rules |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/udev/udev/local.rules b/meta/recipes-core/udev/udev/loca

[OE-core] [PATCH] libtool: Add missing DEPENDS on libtool-cross

2012-10-02 Thread Chase Maupin
tool-cross resolves this issue with a clean build. * Bump the PR Signed-off-by: Chase Maupin --- meta/recipes-devtools/libtool/libtool_2.4.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool_2.4.2.bb b/meta/recipes-devtoo

[OE-core] [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross

2012-10-02 Thread Chase Maupin
tool-cross resolves this issue with a clean build. * Bump the PR Signed-off-by: Chase Maupin --- meta/recipes-devtools/libtool/libtool_2.4.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool_2.4.2.bb b/meta/recipes-devtoo

[OE-core] [RFC] kernel bbclass: return to original directory in do_deploy

2013-03-07 Thread Chase Maupin
a relative path from the ${S} directory fails. This means that the .dtb files are not copied into the deploy directory and subsequently the deploy/images directory. In the log.do_deploy file you will see lines like: Warning: arch/arm/boot/dts/x.dts is not available! Signed-off

[OE-core] [PATCH] soc-family: fix SOC_FAMILY override order

2013-03-08 Thread Chase Maupin
ing for the beaglebone because that is a more specific device than ti33x. However, without this change the result is that the value is set to "" meaning the more generic setting overrides the more specific setting. Signed-off-by: Chase Maupin --- meta/conf/machine/include/soc-

[OE-core] [oe-core][PATCH] kernel bbclass: return to original directory in do_deploy

2013-03-13 Thread Chase Maupin
is not available! Signed-off-by: Chase Maupin --- meta/classes/kernel.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 0a0430e..d57d1f5 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes

[OE-core] [PATCH][for-danny] kernel bbclass: return to original directory in do_deploy

2013-03-18 Thread Chase Maupin
is not available! Signed-off-by: Chase Maupin --- meta/classes/kernel.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 88ce561..9691c25 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes

[OE-core] [PATCH] linux-dtb: Add simple DTB symlinks for devicetree

2013-03-29 Thread Chase Maupin
binary in the /boot directory and use that when booting the kernel. * Use update-alternatives to handle proper creation and removal of the symlinks. Signed-off-by: Chase Maupin --- meta/recipes-kernel/linux/linux-dtb.inc | 20 1 files changed, 20 insertions(+), 0

[OE-core] [PATCH 1/2] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-03 Thread Chase Maupin
binary in the /boot directory and use that when booting the kernel. * Use update-alternatives to handle proper creation and removal of the symlinks. Signed-off-by: Chase Maupin --- * Updated in version 2 * Changed the variable names to use variables that match the do_install and

[OE-core] [PATCH 2/2] linux-dtb: fix whitespace in bash functions

2013-04-03 Thread Chase Maupin
* Fix the whitespace in the base functions to use TAB instead of spaces. This is to address feedback from: Darren Hart Signed-off-by: Chase Maupin --- meta/recipes-kernel/linux/linux-dtb.inc | 86 +++--- 1 files changed, 43 insertions(+), 43 deletions

[OE-core] [PATCHv2 1/2][for-danny] linux-dtb: Add simple DTB symlinks for devicetree

2013-04-04 Thread Chase Maupin
=750a9554e1b85d9bd23d18e0630723c3c193c604 Signed-off-by: Chase Maupin --- * Updated in version 2 * Changed the variable names to use variables that match the do_install and do_deploy more closely for consistency. i.e. using DTB_SYMLINK_NAME instead of DTB_NAME. * The above changes were based on input

[OE-core] [PATCH 2/2][for-danny] linux-dtb: fix whitespace in bash functions

2013-04-04 Thread Chase Maupin
Signed-off-by: Chase Maupin --- meta/recipes-kernel/linux/linux-dtb.inc | 86 +++--- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 36852b5..a51e6c0 100644 --- a/meta

[OE-core] [PATCH] u-boot: Add UBOOT_LOCALVERSION to control version string

2013-04-10 Thread Chase Maupin
of the u-boot sources are being run. For example you can use a setting like the following to add the short commit id to the u-boot version string: UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" Signed-off-by: Chase Maupin --- meta

[OE-core] [PATCH] Re-Use KERNEL_LOCALVERSION

2013-04-10 Thread Chase Maupin
All, I could not find anyone actually using KERNEL_LOCALVERSION so I was hoping to re-purpose this to allow setting and extra version string in the kernel version. Is anyone actively using this variable for something else? Chase Maupin (1): kernel: Add KERNEL_LOCALVERSION to control version

[OE-core] [PATCH] kernel: Add KERNEL_LOCALVERSION to control version string

2013-04-10 Thread Chase Maupin
of the kernel sources are being run. For example you can use a setting like the following to add the short commit id to the kernel version string: KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" Signed-off-by: Chase Maupin --

[OE-core] [PATCHv2] u-boot: Add UBOOT_LOCALVERSION to control version string

2013-04-11 Thread Chase Maupin
of the u-boot sources are being run. For example you can use a setting like the following to add the short commit id to the u-boot version string: UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" Signed-off-by: Chase Maupin --- * Up

[OE-core] [PATCHv2] kernel: Add KERNEL_LOCALVERSION to control version string

2013-04-11 Thread Chase Maupin
of the kernel sources are being run. For example you can use a setting like the following to add the short commit id to the kernel version string: KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" Signed-off-by: Chase Maupin --- * Up

[OE-core] [PATCH 2/2] mmc-utils: Add user space mmc utilities for eMMC

2014-03-18 Thread Chase Maupin
* The mmc-utils are useful userspace utilities for configuring and working with MMC devices. These are particularly useful when working with eMMC devices to do the initial programming of the device. Signed-off-by: Chase Maupin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 19

[OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power management test utils

2014-03-18 Thread Chase Maupin
* The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin --- .../linaro

[OE-core] [PATCHv2 1/2] pm-qa-utils: Add power management test utils

2014-03-18 Thread Chase Maupin
* The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin --- * Updated in