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
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
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
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
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:
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
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
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
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
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
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
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
* 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
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
22 matches
Mail list logo