> 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
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.
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