Re: [yocto] Modifying the OE-internal Python code

2015-10-21 Thread PIEWALD Georg
> Paul Eggleton wrote: > On Tuesday 20 October 2015 21:07:15 PIEWALD Georg wrote: >> I'm trying to do some modifications in the OE-internals (just some personal >> customizations), in the Python code. In particular, I changed the file >> oe-core/meta/lib/oe/terminal.py >> I also compiled it into a

Re: [yocto] Modifying the OE-internal Python code

2015-10-21 Thread Paul Eggleton
Hi Georg, On Tuesday 20 October 2015 21:07:15 PIEWALD Georg wrote: > I'm trying to do some modifications in the OE-internals (just some personal > customizations), in the Python code. In particular, I changed the file > oe-core/meta/lib/oe/terminal.py > I also compiled it into a terminal.pyc file.

[yocto] Modifying the OE-internal Python code

2015-10-20 Thread PIEWALD Georg
Hi, I'm trying to do some modifications in the OE-internals (just some personal customizations), in the Python code. In particular, I changed the file oe-core/meta/lib/oe/terminal.py I also compiled it into a terminal.pyc file. However, the modifications don't seem to be picked up by bitbake. Is