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_2.6.24.bb | |
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_2.6.24.bb')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.24.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.24.bb b/recipes/kexecboot/linux-kexecboot_2.6.24.bb index e950ab0abf..07efd57ef8 100644 --- a/recipes/kexecboot/linux-kexecboot_2.6.24.bb +++ b/recipes/kexecboot/linux-kexecboot_2.6.24.bb @@ -1,5 +1,7 @@ require linux-kexecboot.inc +PR = "${INC_PR}.0" + DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "-1" DEFAULT_PREFERENCE_poodle = "1" |