I am trying to model a new recipe off of perf.bb to compile the usbip helper kernel code. I have been having issues with the work-shared/../kernel-source directory being empty, so I went back to the perf recipie and tried:
bitbake perf -c cleanall
bitbake perf
I get the same error about path does not exist and the work-shared kernel-source directory being empty.
Is perf.bb only executable in the context of a global rebuild?