[bitbake-devel] Making a noexec task executable again

Daniel Lazzari dlazzari at leapfrog.com
Wed Aug 8 00:44:48 UTC 2012


I ran across an interesting challenge today. One of our old image recipes is being ported into denzil and needs to fetch a file to do some whitelist processing. Unfortunately, in denzil, the image class has

do_fetch[noexec] = "1"

which stops the fetch task from running. How can I get it to run again? I tried

do_fetch[noexec] = "0"

and

do_fetch[noexec] = ""

to no avail.

Dan Lazzari Jr.
Firmware Engineer
dlazzari at leapfrog.com





More information about the bitbake-devel mailing list