diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-01-27 00:47:12 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-01-27 22:42:43 +0100 |
commit | 024558cdc2bda76216aad0bbbaa7c6ad09b97056 (patch) | |
tree | 7e6da806314096197ec9f6520b915c2c27cf3647 /packages/kexecboot/linux-kexecboot_2.6.24.bb | |
parent | a8056a506be839170dca74e420f43743fd8b9572 (diff) |
linux-kexecboot: bootlogo patches
- logo will appear for just 1 second...
- for 2.6.23, 2.6.24, 2.6.26
- custom logo for Angstrom distro
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.24.bb')
-rw-r--r-- | packages/kexecboot/linux-kexecboot_2.6.24.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.24.bb b/packages/kexecboot/linux-kexecboot_2.6.24.bb index f68c770a85..a0540fe189 100644 --- a/packages/kexecboot/linux-kexecboot_2.6.24.bb +++ b/packages/kexecboot/linux-kexecboot_2.6.24.bb @@ -1,6 +1,6 @@ require linux-kexecboot.inc -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "-1" @@ -53,7 +53,7 @@ SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://sharpsl-rc-r1.patch;patch=1 \ file://sharpsl-rc-r2.patch;patch=1 \ file://squashfs3.3.patch;patch=1;status=external \ - ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ +# ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ file://hostap-monitor-mode.patch;patch=1;status=unmergable \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1;status=unmergable \ |