diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-08 11:34:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-08 11:34:35 +0100 |
commit | fd26a690a0e99751db0cb90fada68c95b1a386c1 (patch) | |
tree | 40cdccb24ff86882fec54638a0b24af48dc07617 /packages/kexecboot/linux-kexecboot.inc | |
parent | daf468736410b7a22a4c93bb780db6a79c16be63 (diff) |
linux-kexecboot kernels: more PR to .inc file since it's more tied to the initramfs than the kernel
Diffstat (limited to 'packages/kexecboot/linux-kexecboot.inc')
-rw-r--r-- | packages/kexecboot/linux-kexecboot.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot.inc b/packages/kexecboot/linux-kexecboot.inc index 86c4ebbbbe..2056758796 100644 --- a/packages/kexecboot/linux-kexecboot.inc +++ b/packages/kexecboot/linux-kexecboot.inc @@ -1,3 +1,6 @@ +# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels: +PR = "r12" + SRC_URI = "file://defconfig" LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}' |