djwillis / meta-raspberrypi

meta-raspberrypi is an OpenEmbedded BSP layer for the Raspberry Pi boards from http://www.raspberrypi.org/.
92 stars 55 forks source link

Fix missing cmdline.txt when using sstate for the kernel #78

Closed tylerwhall closed 11 years ago

tylerwhall commented 11 years ago

Using DEPLOY_DIR_IMAGE bypasses the sstate cache. This causes a build failure when the kernel is pulled from sstate.

agherzan commented 11 years ago

And SOB please.

Thanks, Andrei

tylerwhall commented 11 years ago

Updated PR and added SOB.

By the way, is it common practice to inc the PR even when using OEBasicHash? I initially didn't change it because that would cause cache misses in do_package which didn't actually change output.

agherzan commented 11 years ago

Hmmm... you are right. PR wasn't necessary here... My bad.

agherzan commented 11 years ago

Merged.

Thanks, Andrei