Go to file
Otavio Salvador 53cae59d3a Rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been reworked to use the Linux kernel build
system to generate the DeviceTree binaries so now KERNEL_DEVICETREE
variable should has the /target/ name, not the file path. This patch
reworks following machines:

 - imx233-olinuxino-*
 - m28evk
 - m53evk

Change-Id: I824e818f50de094fe1b25ef3ea202abd90093650
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-20 13:47:17 -03:00
conf Rework machines to use dtb file in KERNEL_DEVICETREE variable 2013-08-20 13:47:17 -03:00
recipes-bsp u-boot-imx6dongle: Add u-boot fork of i.MX6 HDMI dongle 2013-08-16 08:48:09 -03:00
recipes-core netbase: Remove persistency MAC script 2013-05-04 00:34:19 -03:00
recipes-kernel/linux linux-imx6dongle: Add Linux Kernel fork of i.MX6 HDMI dongle 2013-08-16 08:48:09 -03:00
.gitignore Initial skeleton 2012-04-27 15:20:53 -03:00
README README: include info to send patches 2013-01-24 19:04:07 -02:00

OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms

This layer provides support for Freescale's ARM based platforms for use with OpenEmbedded and/or Yocto Freescale's BSP layer.

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: danny revision: HEAD

URI: git://git.yoctoproject.org/meta-fsl-arm branch: danny revision: HEAD

Contributing

To contribute to this layer you should the patches for review to the mailing list.

Mailing list:

https://lists.yoctoproject.org/listinfo/meta-freescale

Source code:

https://github.com/Freescale/meta-fsl-arm-extra

When creating a patch of the last commit, use

git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1

To send it to the community, use

git send-email --to meta-freescale@yoctoproject.org <generated patch>