diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-16 09:25:08 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-16 09:43:48 +0100 |
commit | bf450860bffd29c9cddd365d466dcf3eebce13eb (patch) | |
tree | 32126026f62cf07113429053cf9511519b6bbf7e /recipes/kexecboot/linux-kexecboot.inc | |
parent | 8179a444c0e403942b33f93d352a729ab2a3dabe (diff) |
linux-kexecboot: use INC_PR for kernels, PR should get bump with every kexecboot change
* Andrea Adami wants only one INC_PR shared between kexecboot and
linux-kexecboot recipes, maybe we could use sth like
INC_PR = "${KEXECBOOT_PR}.19" in linux-kexecboot.inc
and set KEXECBOOT_PR in some new .inc file
* For now use INC_PR only for linux-kexecboot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot.inc')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc index a241be8751..ed3a07f4f9 100644 --- a/recipes/kexecboot/linux-kexecboot.inc +++ b/recipes/kexecboot/linux-kexecboot.inc @@ -1,5 +1,5 @@ -# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels: -PR = "r18" +# We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels: +INC_PR = "r19" LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}' SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2" |