diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 23:59:22 +0200 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 23:59:22 +0200 |
commit | fc5ec89aa271ecbdf4ea47272b0e3f1878829f6d (patch) | |
tree | cccc56b5ff96c23fac2a79df4f92d77742bbca96 /packages/linux | |
parent | 2d263abd29d21832728e108ff8bf816044be1fee (diff) |
linux-handhelds-2.6 2.6.21-hh20: Typo fix.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 2 |
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 9785d84491..c9edbf301e 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -38,7 +38,7 @@ do_configure() { if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then echo "Kernel is requested to be built with internal initramfs." - echo "The initramfs image must exist prior to building the kernel, but it does not + echo "The initramfs image must exist prior to building the kernel, but it does not" echo "exist at the specified path ${KERNEL_INITRAMFS_PATH}. You may need to bitbake" echo "it separately, possibly, with a different set of bitbake options. Please" echo "consult documentation for your distro." 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 355e587d5d..d400c2e3e1 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 = "r22" +PR = "r23" DEFAULT_PREFERENCE = "-1" |