[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] remove mpc8544ds.dtb
From: |
Scott Wood |
Subject: |
Re: [Qemu-devel] [PATCH] remove mpc8544ds.dtb |
Date: |
Tue, 27 Sep 2011 16:58:40 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 |
On 09/24/2011 02:32 AM, Alexander Graf wrote:
>
> On 16.09.2011, at 21:05, Stuart Yoder wrote:
>
>> From: Stuart Yoder <address@hidden>
>>
>> make install now compiles dtb
>
> It doesn't when you don't have dtb installed, breaking the e500
> target for build environments that don't have dtb. I don't think
> that's a good idea. It's not been too painful upstream to keep the
> dtb and dts in sync.
So now we're avoiding new dependencies. :-)
It was more of an annoyance in internal development as we were
frequently changing the device tree to configure device assignment and
such. For mainline QEMU the long-term plan should be to get rid of the
static device tree entirely, and to avoid doing configuration that way
in the first place, so it's not that big of a deal to keep both .dts and
.dtb around until then.
-Scott