generic-poky/meta/recipes-kernel
Otavio Salvador 03b3e4b62f linux-dtb: Use kernel build system to generate the dtb files
As the Linux kernel, unconditionally, builds the dtc application and
it is the compatible version with the DeviceTree files shipped within
the kernel it is better to use it and the kernel build system to
generate the dtb files.

Some DeviceTree files rely on CPP and kernel headers to be able to
generate the dtb binary contents and it is harder to replicate it
outside of Linux kernel build system so we /use/ it.

To comply with these assumptions we need to use the dtb file when
calling 'make' instead of pointing to the DeviceTree source file; the
code has been made backward compatible but it is advised to move to
the new definition to avoid warnings as:

,----[ Original definition ]
| KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabresd.dts"
`----

Becomes:

,----[ New definition ]
| KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
`----

(From OE-Core rev: 72980d5bb465f0640ed451d1ebb9c5d2a210ad0c)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-16 11:14:30 +01:00
..
blktrace blktrace: add back do_install method 2013-01-22 15:52:44 +00:00
dtc dtc: Update to 1.4.0 Git Tag 2013-07-05 15:44:12 +01:00
kern-tools kern-tools: expand kernel features that point to a directory name 2013-05-31 08:06:57 +01:00
kexec kexec-tools: upgraded to 2.0.4 2013-05-12 09:37:30 +01:00
kmod ptest: fix Upstream-status 2013-07-29 13:09:04 +01:00
latencytop Upstream-Status: Correct capitalization 2013-07-18 21:23:43 +01:00
libpfm libpfm4_4.3.0.bb: use compatible host to limit arches 2013-03-05 13:14:51 +00:00
linux linux-dtb: Use kernel build system to generate the dtb files 2013-08-16 11:14:30 +01:00
linux-firmware linux-firmware: fix ralink license file name 2013-07-02 22:23:48 +01:00
linux-libc-headers classes/recipes/lib: Fix various python whitespace issues 2013-05-09 14:06:51 +01:00
lttng lttng-modules: Append _git to recipe name and add GIT revision to PV variable 2013-07-24 11:35:32 +01:00
modutils-initscripts modutils-initscripts: improve modutils.sh 2013-01-18 13:28:07 +00:00
oprofile oprofile: add Upstream-Status for several patches 2013-07-18 21:23:45 +01:00
perf perf: Ensure license is handled correctly 2013-04-18 21:12:19 +01:00
powertop powertop: upgrade to 2.4 2013-08-03 10:33:06 +01:00
sysprof sysprof: upgrade to 1.2.0 2013-03-05 13:14:57 +00:00
systemtap systemtap: upgrade to 2.3 2013-08-16 11:14:30 +01:00
trace-cmd trace-cmd: backport three patches 2013-06-11 15:38:01 +01:00