1python __anonymous () { 2 3 machine_kernel_pr = d.getVar('MACHINE_KERNEL_PR') 4 5 if machine_kernel_pr: 6 d.setVar('PR', machine_kernel_pr) 7} 8 9