fix for MACHINE_KERNEL_PR stuff
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 3 Jun 2009 01:25:43 +0000 (01:25 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Wed, 17 Jun 2009 12:08:17 +0000 (14:08 +0200)
commit35e7b34d3b5b96ed11bc7ed6b2a5d08e6183d8a3
tree91270b7bc5bd815e52aaf14eb083aa5c7e422e26
parent1f591a5ffd69f6c99f294c217bec8ad12b137ab9
fix for MACHINE_KERNEL_PR stuff

This patch unbreaks current behaviour which was introduced by
MACHINE_KERNEL_PR variable.

As most of target machines do not use it they have PR with broken value
(set to "r0" instead of value in recipe). I took other way which makes
both types of users happy -- those with MACHINE_KERNEL_PR in use and
those without it.

By default we set M_K_PR to empty string instead of "r0" - this allows
to check is it set at all or not. If it is set then we set PR to this value.
Otherwise we ignore existance of that variable and use PR from recipe.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
classes/kernel.bbclass
conf/bitbake.conf