Trouble patching a device driver in linux-qoriq
"Adams, Shawn" <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <[email protected]> |
I'm having trouble patching a device driver in the linux-qoriq kernel and I think it is because do_kernel_metadata is disabled in linux-qoriq.inc (via do_kernel_metadata[noexec] = "1"). I created my patch in the linux-qoriq devshell, added it to SRC_URI in linux_qoriq_%.bbappend. But the patch doesn't get applied (I know because I changed the patch so that it should create a compiler error but do_compile succeeds still). Does anyone have ideas?