All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
@ 2015-08-11  9:08 zhe.he
  2015-08-11  9:08 ` [PATCH 1/1] " zhe.he
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
  0 siblings, 2 replies; 6+ messages in thread
From: zhe.he @ 2015-08-11  9:08 UTC (permalink / raw)
  To: openembedded-core

From: He Zhe <zhe.he@windriver.com>

The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:

  bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib zhe/kernel_devicetree
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=zhe/kernel_devicetree

for you to fetch changes up to 648173de6f77371c4e0b803af12b23cd514b2d9f:

  meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb (2015-08-11 04:58:28 -0400)

----------------------------------------------------------------
He Zhe (1):
      meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

 meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
  2015-08-11  9:08 [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb zhe.he
@ 2015-08-11  9:08 ` zhe.he
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
  1 sibling, 0 replies; 6+ messages in thread
From: zhe.he @ 2015-08-11  9:08 UTC (permalink / raw)
  To: openembedded-core

From: He Zhe <zhe.he@windriver.com>

To avoid warning of "xxx contains the full path to the the dts file,
but only the dtb name should be used.", Set KERNEL_DEVICETREE to
mpc8315erdb.dtb

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index f372f32..2beef48 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -25,7 +25,7 @@ XSERVER ?= "xserver-xorg \
 PREFERRED_VERSION_u-boot ?= "v2013.07%"
 UBOOT_ENTRYPOINT = "0x00000000"
 
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"
+KERNEL_DEVICETREE = "mpc8315erdb.dtb"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
  2015-08-11  9:08 [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb zhe.he
  2015-08-11  9:08 ` [PATCH 1/1] " zhe.he
@ 2015-08-14  2:50 ` He Zhe
  2015-08-24  3:24   ` He Zhe
  1 sibling, 1 reply; 6+ messages in thread
From: He Zhe @ 2015-08-14  2:50 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/11/2015 05:08 PM, zhe.he@windriver.com wrote:
> From: He Zhe <zhe.he@windriver.com>
>
> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>
>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib zhe/kernel_devicetree
>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=zhe/kernel_devicetree
>
> for you to fetch changes up to 648173de6f77371c4e0b803af12b23cd514b2d9f:
>
>   meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb (2015-08-11 04:58:28 -0400)
>
> ----------------------------------------------------------------
> He Zhe (1):
>       meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
>
>  meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
  2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
@ 2015-08-24  3:24   ` He Zhe
  2015-09-01  7:12     ` He Zhe
  0 siblings, 1 reply; 6+ messages in thread
From: He Zhe @ 2015-08-24  3:24 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/14/2015 10:50 AM, He Zhe wrote:
> Ping.
>
> On 08/11/2015 05:08 PM, zhe.he@windriver.com wrote:
>> From: He Zhe <zhe.he@windriver.com>
>>
>> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>>
>>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.yoctoproject.org/poky-contrib zhe/kernel_devicetree
>>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=zhe/kernel_devicetree
>>
>> for you to fetch changes up to 648173de6f77371c4e0b803af12b23cd514b2d9f:
>>
>>   meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb (2015-08-11 04:58:28 -0400)
>>
>> ----------------------------------------------------------------
>> He Zhe (1):
>>       meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
>>
>>  meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
  2015-08-24  3:24   ` He Zhe
@ 2015-09-01  7:12     ` He Zhe
  2015-09-01 20:14       ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: He Zhe @ 2015-09-01  7:12 UTC (permalink / raw)
  To: openembedded-core

Ping.

On 08/24/2015 11:24 AM, He Zhe wrote:
> Ping.
>
> On 08/14/2015 10:50 AM, He Zhe wrote:
>> Ping.
>>
>> On 08/11/2015 05:08 PM, zhe.he@windriver.com wrote:
>>> From: He Zhe <zhe.he@windriver.com>
>>>
>>> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
>>>
>>>   bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.yoctoproject.org/poky-contrib zhe/kernel_devicetree
>>>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=zhe/kernel_devicetree
>>>
>>> for you to fetch changes up to 648173de6f77371c4e0b803af12b23cd514b2d9f:
>>>
>>>   meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb (2015-08-11 04:58:28 -0400)
>>>
>>> ----------------------------------------------------------------
>>> He Zhe (1):
>>>       meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
>>>
>>>  meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
  2015-09-01  7:12     ` He Zhe
@ 2015-09-01 20:14       ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2015-09-01 20:14 UTC (permalink / raw)
  To: He Zhe; +Cc: openembedded-core

On Tue, 2015-09-01 at 15:12 +0800, He Zhe wrote:
> Ping.

This is on the wrong mailing list but merged two weeks ago?

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=07cbc407d84f2f8f5fee430902039aa7cef65db4

Cheers,

Richard



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-01 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-11  9:08 [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb zhe.he
2015-08-11  9:08 ` [PATCH 1/1] " zhe.he
2015-08-14  2:50 ` [PATCH 0/1] " He Zhe
2015-08-24  3:24   ` He Zhe
2015-09-01  7:12     ` He Zhe
2015-09-01 20:14       ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.