From bf450860bffd29c9cddd365d466dcf3eebce13eb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 16 Feb 2010 09:25:08 +0100 Subject: 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 --- recipes/kexecboot/linux-kexecboot_2.6.24.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/kexecboot/linux-kexecboot_2.6.24.bb') 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" -- cgit 1.2.3-korg