On Tue, Feb 25, 2014 at 3:15 PM, Daiane Angolini wrote: > On Mon, Feb 24, 2014 at 3:52 PM, Otavio Salvador > wrote: >> We've been cooking this patchset for a while at O.S. Systems and I >> think it is ready for pristine time. >> >> This allow us to generate the initramfs, kernel and u-boot artifacts >> for use with Freescale MfgTool. This has been deployed for some of our >> customers already and it's working fine for them and this allowed us >> to improve and make it generic as possible for use in >> customer-specific layers. >> >> Please review and test it. > > I´m baking an image and I´m going to test it on my board as soon as I > download the right mfg-tool version. I faced a build error (attached) Please, let me know if it may be something weird in my machine. Today I kind of 'changed some default configurations' on my machine and I'm totally expecting unexpected behaviours =P Daiane > > I made several comments on your patches, please, try to address those, > or let me know if i was not clear ;) > > For those several patches adding machine support, I did not comment > one-by-one because I found nothing to comment. > > Please, let us know what you have tested (kindly) > > > That´s all, reviewing patches is boring... > > > Daiane >> >> >> Lauren Post (1): >> imx-kobs: Upgrade to 3.10.17-1.0.0 version >> >> Otavio Salvador (15): >> imx-uuc: Add 0.4 recipe >> packagegroup-fsl-mfgtool: Provide the required packages >> u-boot-mfgtool.inc: Build a Manufactoring Tool variant >> u-boot-imx-mfgtool: Add 2013.04 version >> imx6slevk: Add U-Boot Manufacturing Tool config >> imx6dlsabreauto: Add U-Boot Manufacturing Tool config >> imx6dlsabresd: Add U-Boot Manufacturing Tool config >> imx6qsabreauto: Add U-Boot Manufacturing Tool config >> imx6qsabresd: Add U-Boot Manufacturing Tool config >> imx6solosabreauto: Add U-Boot Manufacturing Tool config >> imx6solosabresd: Add U-Boot Manufacturing Tool config >> linux-mfgtool.inc: Build a Manufactoring Tool variant >> linux-imx-mfgtool: Add 3.10.17 version >> mfgtool-initramfs-image.bbclass: Abstracts the MfgTool's initramfs >> needs >> fsl-image-mfgtool-initramfs: Add image >> >> classes/mfgtool-initramfs-image.bbclass | 26 ++ >> conf/machine/imx6dlsabreauto.conf | 1 + >> conf/machine/imx6dlsabresd.conf | 1 + >> conf/machine/imx6qsabreauto.conf | 1 + >> conf/machine/imx6qsabresd.conf | 1 + >> conf/machine/imx6slevk.conf | 4 +- >> conf/machine/imx6solosabreauto.conf | 1 + >> conf/machine/imx6solosabresd.conf | 1 + >> recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb | 16 + >> recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb | 19 -- >> .../imx-uuc/imx-uuc/COPYING-Add-license-file.patch | 362 +++++++++++++++++++++ >> ...ile-adapt-to-work-out-of-box-with-OE-Core.patch | 46 +++ >> .../linuxrc-Use-devtmpfs-and-general-cleanup.patch | 46 +++ >> .../sdimage.c-uu.c-update-license-header.patch | 53 +++ >> recipes-bsp/imx-uuc/imx-uuc_0.4.bb | 23 ++ >> recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb | 4 + >> recipes-bsp/u-boot/u-boot-mfgtool.inc | 21 ++ >> recipes-fsl/images/fsl-image-mfgtool-initramfs.bb | 8 + >> .../packagegroups/packagegroup-fsl-mfgtool.bb | 46 +++ >> .../linux/linux-imx-mfgtool-3.10.17/mx6/defconfig | 341 +++++++++++++++++++ >> recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb | 4 + >> recipes-kernel/linux/linux-mfgtool.inc | 74 +++++ >> 22 files changed, 1079 insertions(+), 20 deletions(-) >> create mode 100644 classes/mfgtool-initramfs-image.bbclass >> create mode 100644 recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb >> delete mode 100644 recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb >> create mode 100644 recipes-bsp/imx-uuc/imx-uuc/COPYING-Add-license-file.patch >> create mode 100644 recipes-bsp/imx-uuc/imx-uuc/Makefile-adapt-to-work-out-of-box-with-OE-Core.patch >> create mode 100644 recipes-bsp/imx-uuc/imx-uuc/linuxrc-Use-devtmpfs-and-general-cleanup.patch >> create mode 100644 recipes-bsp/imx-uuc/imx-uuc/sdimage.c-uu.c-update-license-header.patch >> create mode 100644 recipes-bsp/imx-uuc/imx-uuc_0.4.bb >> create mode 100644 recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb >> create mode 100644 recipes-bsp/u-boot/u-boot-mfgtool.inc >> create mode 100644 recipes-fsl/images/fsl-image-mfgtool-initramfs.bb >> create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb >> create mode 100644 recipes-kernel/linux/linux-imx-mfgtool-3.10.17/mx6/defconfig >> create mode 100644 recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb >> create mode 100644 recipes-kernel/linux/linux-mfgtool.inc >> >> -- >> 1.9.0 >> >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale