| Submitter | Saul Wold |
|---|---|
| Date | Jan. 19, 2012, 9:22 a.m. |
| Message ID | <1e1772c611deb224ad8f7d5b4c87a10dfd7271c4.1326964778.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/19721/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 1b73e6e..7fdefcf 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass @@ -92,6 +92,8 @@ do_patch() { fi done + patch_dirs="${patch_dirs} ${WORKDIR}" + # add any explicitly referenced features onto the end of the feature # list that is passed to the kernel build scripts. if [ -n "${KERNEL_FEATURES}" ]; then