summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 17:24:27 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 17:24:27 +0000
commit9407c78de2a91255fce1038843bb82605af247d5 (patch)
tree2be5bb711ad8aea45158053f02d00fb7717b5382 /packages
parent0db2c6550228f43ec0c3e1f816355abe4c2d491e (diff)
parent3a72ecb96ca9fb28af957a0b0c0a47d24bf0977b (diff)
merge of '0142e29f90cc8908a8014e28ded353006b402400'
and '6d9b16cd18bb40ceb6646604f7f6fbbe385a34b2'
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-handhelds-2.6.inc2
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc
index 998711fe76..9a783aa6de 100644
--- a/packages/linux/linux-handhelds-2.6.inc
+++ b/packages/linux/linux-handhelds-2.6.inc
@@ -56,7 +56,7 @@ do_configure() {
do_compile_prepend() {
# Clean up any stale initramfs archive
- rm usr/initramfs_data.cpio.gz
+ rm -f usr/initramfs_data.cpio.gz
if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then
if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then
echo "${KERNEL_INITRAMFS_PATH} does not exist, you may need to bitbake it separately"
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
index d9ec0efb71..5c524c7ea6 100644
--- a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
+++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
LICENSE = "GPL"
-PR = "r16"
+PR = "r17"
DEFAULT_PREFERENCE = "-1"