[OE-core] [for dylan][PATCH] kernel.bbclass: Correct post(inst|rm) package association

2013-09-24 Thread Franklin S. Cooper Jr
From: Darren Hart Fixes [YOCTO #4991] The kernel image is installed as part of the kernel-image package, but the symlink creation/removal via alternatives is being done in pkg_post(inst|rm)_kernel-base. Move the postinst alternatives logic into the kernel-image functions. Signed-off-by: Darren

Re: [OE-core] [PATCH v2] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-09-24 Thread Franklin S . Cooper Jr
Mark Hatle writes: > > On 8/20/13 1:45 PM, Franklin S. Cooper Jr wrote: > > * By default for some platforms U-boot assumes the kernel image is located in > >the boot directory of the root filesystem. > > * The kernel.bbclass already includes the kernel imag

[OE-core] [PATCH v2] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-20 Thread Franklin S. Cooper Jr
image in the exact way that U-boot expects. Signed-off-by: Franklin S. Cooper Jr --- Version 2 changes: Change "ln -s" to "ln -sf" based on Bruce's comment. meta/classes/kernel.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/clas

[OE-core] [for dylan][PATCH 1/3] linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/

2013-08-20 Thread Franklin S. Cooper Jr
From: Mike Looijmans Devicetree files were installed hard-coded in /boot. When KERNEL_IMAGEDEST is anything else but "boot", the postinstall script and the file locations no longer match and the postinstall will fail. Replace "boot" with "${KERNEL_IMAGEDEST}" to fix this problem, and to allow th

[OE-core] [for dylan][PATCH 3/3] linux-dtb.inc: Fix dtb generation for kernels newer than 3.8

2013-08-20 Thread Franklin S. Cooper Jr
From: Otavio Salvador The 3.8 kernel has change the default directory where the dtb file is stored. The change has been done at: ,[ Quote of 3.8 kernel change ] | commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 | Author: Grant Likely | Date: Tue Nov 27 16:29:11 2012 -0700 | | ARM: dt:

[OE-core] [for dylan][PATCH 2/3] linux-dtb: Use kernel build system to generate the dtb files

2013-08-20 Thread Franklin S. Cooper Jr
From: Otavio Salvador As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files rely on CPP and kernel h

[OE-core] [PATCH] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-14 Thread Franklin S. Cooper Jr
image in the exact way that U-boot expects. Signed-off-by: Franklin S. Cooper Jr --- 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 e039dfc..248ee71 100644 --- a/meta/classes

[OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Franklin S. Cooper Jr
efile. Signed-off-by: Franklin S. Cooper Jr --- meta/recipes-kernel/linux/linux-dtb.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 41dd599..f1aafa2 100644 --- a/meta/recipes-k

[OE-core] [for-denzil][PATCH] gconf: Disable gtk support

2012-10-03 Thread Franklin S. Cooper Jr
From: Richard Purdie There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We might as well drop the dependency on gtk and allow more parallel builds by reducing dependency bottlenecks. Signed-off-by: Richard Purdie Sign

[OE-core] [for-denzil][PATCH] gst-plugins-good: disable (uninstalled) examples

2012-10-03 Thread Franklin S. Cooper Jr
From: Ross Burton The examples pull in a GTK+ build dependency, so remove that too. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../gstreamer/gst-plugins-good_0.10.31.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multim

[OE-core] [denzil][PATCH 2/2] dbus: Ensure dbus-nativesdk doesn't RPROVIDE dbus-x11

2012-09-17 Thread Franklin S. Cooper Jr
From: Richard Purdie dbus-x11 should not RPROVIDE dbus-x11 as this is incorrect and confuses builds. This fixes the nativesdk case. Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

[OE-core] [denzil][PATCH 1/2] dbus: include dbus-launch in the main dbus package

2012-09-17 Thread Franklin S. Cooper Jr
From: Radu Moisan Followed suggestions from Bugz 2261: 2) make the virtual/libx11 DEPENDS conditional based on the x11 distro feature. This makes the build dependencies reflect the feature list. 3) remove dbus-x11, meaning that dbus-launch with its potential X11 dependency is now back in dbus w

[OE-core] [oe-core][denzil][PATCH v2] u-boot: Use fw_env.config if avaliable

2012-09-17 Thread Franklin S. Cooper Jr
* Add support for board specific fw_env.config file if avaliable Signed-off-by: Franklin S. Cooper Jr --- Version 2 Changes: Updated signed off and author to point to correct email address meta/recipes-bsp/u-boot/u-boot.inc| 16 +++- meta/recipes-bsp/u-boot/u

[OE-core] [oe-core][denzil][PATCH] u-boot: Use fw_env.config if avaliable

2012-09-17 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr * Add support for board specific fw_env.config file if avaliable. * This patch is based on commit 5b6a8e987f9039aca63d97bc42421b78acab8a3d from oe-core master. Signed-off-by: Franklin S. Cooper Jr --- meta/recipes-bsp/u-boot/u-boot.inc| 16

[OE-core] [oe-core][meta][PATCH v3] u-boot: Use fw_env.config if available.

2012-09-07 Thread Franklin S. Cooper Jr
* Add support for board specific fw_env.config file if available. Signed-off-by: Franklin S. Cooper Jr --- meta/recipes-bsp/u-boot/u-boot.inc | 16 +++- meta/recipes-bsp/u-boot/u-boot_2011.03.bb|2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb|2 +- meta

[OE-core] [oe-core][PATCH v2] u-boot: Use fw_env.config if available.

2012-09-04 Thread Franklin S. Cooper Jr
* Add support for board specific fw_env.config file if available. Signed-off-by: Franklin S. Cooper Jr --- meta/recipes-bsp/u-boot/u-boot.inc | 16 +++- meta/recipes-bsp/u-boot/u-boot_2011.03.bb|2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb|2 +- meta

[OE-core] [oe-core][PATCH] u-boot: Use fw_env.config if available.

2012-09-04 Thread Franklin S. Cooper Jr
* Add support for board specific fw_env.config file if available. Signed-off-by: Franklin S. Cooper Jr --- meta/recipes-bsp/u-boot/u-boot.inc | 16 +++- meta/recipes-bsp/u-boot/u-boot_2011.03.bb|2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb|2 +- meta

[OE-core] [oe-core][branch: denzil][PATCH] psplash: LIC_CHKSUM Tweak

2012-08-13 Thread Franklin S Cooper Jr
* Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr --- meta/recipes-core/psplash/psplash_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[OE-core] [oe-core][PATCH] psplash: Update to latest psplash version

2012-08-03 Thread Franklin S Cooper Jr
* Update to the latest version of psplash which fixes a segmentation fault bug Signed-off-by: Franklin S Cooper Jr --- meta/recipes-core/psplash/psplash_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes

[OE-core] [branch: denzil] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Franklin S Cooper Jr
* Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic Signed-off-by: Franklin S Cooper Jr --- meta/recipes-core/busybox/busybox.inc |1 + meta/recipes-core/busybox/busybox_1.19.4.bb |6 +++- meta

[OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Franklin S Cooper Jr
* Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic Signed-off-by: Franklin S Cooper Jr --- meta/recipes-core/busybox/busybox_1.19.4.bb |4 ++- meta/recipes-core/busybox/files/inetd | 33

[OE-core] [PATCH] psplash - Update to latest psplash version. LIC_CHKSUM Tweak

2012-07-09 Thread Franklin S Cooper Jr
* Update psplash to the latest version. * Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr --- meta/recipes-core/psplash/psplash_git.bb |6 +++--- 1 files