9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
python __anonymous () {
|
||
|
|
||
|
machine_kernel_pr = d.getVar('MACHINE_KERNEL_PR', True)
|
||
|
|
||
|
if machine_kernel_pr:
|
||
|
d.setVar('PR', machine_kernel_pr)
|
||
|
}
|
||
|
|