machine_kernel_pr.bbclass: provides MACHINE_KERNEL_PR functionality
authorKhem Raj <raj.khem@gmail.com>
Sat, 4 Aug 2012 20:05:36 +0000 (20:05 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:22:56 +0000 (08:22 -0800)
commita69e72cd135f546d806e3b9a065f449875128580
tree52f0a07f77b0697464b14156c9d491f66387eacb
parent673122ef886082cda7b016b68c8246f8bcc36d61
machine_kernel_pr.bbclass: provides MACHINE_KERNEL_PR functionality

Diffing with the OE-Core's kernel.bbclass only difference is setting of
machine kernel pr. So lets convert it to a separate class which provides
the added functionality and let everyone use kernel.bbclass from kernel

It needs the dependent layers to inherit this class in addition to
kernel.bbclass.

After dependent layers are updated we can remove meta-oe copy of
kernel.bbclass, it leaves up with one less conflict with OE-Core.

(From meta-openembedded rev: d94c80615c39f707373978b4df5df423d9781051)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/classes/machine_kernel_pr.bbclass [new file with mode: 0644]