Discussion:
[Ltib] How to tell tlib to pick a specific dts file
Silver Surfer
2015-11-17 12:17:12 UTC
Permalink
Hi,
I am trying to upgrade the Freescale provided MPC8308RDB BSP's Kernel to
Mainline Kernel. During the dts compilation ltib throws an error as it
could not find the mpc8308erdb.dts file, I realized that in the Mainline
Kernel the file name is changed to mpc8308rdb.dts.

How do I tell ltib to look for mpc8308rdb.dts instead of mpc8308erdb.dts?

For the time being I have renamed the Mainline Kernel's mpc8308rdb.dts file
in the arch/powerpc/boot/dts to mpc8308erdb.dts, what is the side effect of
this renaming?

Ben
Silver Surfer
2015-11-23 16:37:54 UTC
Permalink
Hi,
Is there anyone who got any idea about this?

Ben
Post by Silver Surfer
Hi,
I am trying to upgrade the Freescale provided MPC8308RDB BSP's Kernel to
Mainline Kernel. During the dts compilation ltib throws an error as it
could not find the mpc8308erdb.dts file, I realized that in the Mainline
Kernel the file name is changed to mpc8308rdb.dts.
How do I tell ltib to look for mpc8308rdb.dts instead of mpc8308erdb.dts?
For the time being I have renamed the Mainline Kernel's mpc8308rdb.dts
file in the arch/powerpc/boot/dts to mpc8308erdb.dts, what is the side
effect of this renaming?
Ben
Mike Goins
2015-11-24 00:19:30 UTC
Permalink
On Mon, Nov 23, 2015 at 11:37 AM, Silver Surfer
Post by Silver Surfer
Hi,
Is there anyone who got any idea about this?
Normally one could patchmerge the changes into the kernel source (in
the ltib FAQ), though for heavy dev processes is a PITA.

I've made modifications to the kernel.common.template to look for the
dts in the platform folder. I can't locate the exact change in
history at the moment, but I may have posted it to the list at
sometime. I'll attach my file, but you have to sort out the
non-relevant-probably-breaks-other-items items.
Post by Silver Surfer
Ben
Post by Silver Surfer
Hi,
I am trying to upgrade the Freescale provided MPC8308RDB BSP's Kernel to
Mainline Kernel. During the dts compilation ltib throws an error as it could
not find the mpc8308erdb.dts file, I realized that in the Mainline Kernel
the file name is changed to mpc8308rdb.dts.
How do I tell ltib to look for mpc8308rdb.dts instead of mpc8308erdb.dts?
For the time being I have renamed the Mainline Kernel's mpc8308rdb.dts
file in the arch/powerpc/boot/dts to mpc8308erdb.dts, what is the side
effect of this renaming?
Ben
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
https://lists.nongnu.org/mailman/listinfo/ltib
Loading...