[meta-freescale] Updates to meta-freescale (master) in 2015-10-05

Otavio Salvador otavio.salvador at gmail.com
Mon Oct 5 07:14:56 PDT 2015


Hello,

I pushed following updates:

commit 35acb4464f39bf275b857401b5dee724944e3ae2 (HEAD -> pending, m/master, github/master)
Author: Schrempf Frieder <frieder.schrempf at exceet.de>
Date:   Thu Oct 1 12:40:16 2015 +0000

    image_types_fsl.bbclass: make mkfs.vfat use FAT32 in all cases
    
    as otherwise FAT16 might be used, which seems quite outdated and can
    cause issues in certain environments (e.g. older versions of U-Boot)
    
    Change-Id: I2d89ad235084c4a1289fae180df043a2f9e05e63
    Signed-off-by: Frieder Schrempf <frieder.schrempf at exceet.de>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a4cb4c757579c6af4d4950345840e4b7a104fbde
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Sep 29 16:15:49 2015 -0300

    imx-base.inc: Drop explicit 'ext4' filesystem from IMAGE_FSTYPES
    
    The 'ext4' filesystem is automatically included as dependency of the
    SDCard image, so we can avoid this duplication in the IMAGE_FSTYPES
    variable.
    
    Change-Id: I235e2478845a4e394bbacd42d2e6e8170d1d4ce0
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e0cb35a9032864a5046a70f620f9fab776eaebb1
Author: Yuqing Zhu <b54851 at freescale.com>
Date:   Wed Sep 23 14:05:51 2015 +0800

    gst1.0-fsl-plugin: Upgrade to version 4.0.7
    
    --Upgrade gst1.0-fsl-plugin to version 4.0.7 released in 3.14.38-6UL_ga and 3.14.38-6QP_ga releases.
    --Add gstreamer-plugins-bad as one of the dependency.
    --Imxcompositor enhancement:
         1. fix alpha blending capbility query issue of g2d.
         2. add zorder feature.
         3. add keep ratio feature.
         4. find best output format by leverage the total complexity and picture quality.
    
    Signed-off-by: Yuqing Zhu <b54851 at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit eecac27a020b38e992f1a44956836b267bcbae26
Author: Yuqing Zhu <b54851 at freescale.com>
Date:   Wed Sep 23 14:05:51 2015 +0800

    gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator
    
    Install the head file of gstaggregator and gstvideoaggregator.
    So that we can use them outside of gstreamer-plugins-bad package.
    
    Add SoC family and package arch.
    
    Signed-off-by: Yuqing Zhu <b54851 at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1e5e4d35e82e596467dc997cec956ff58b3794dd
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Sep 21 17:47:06 2015 -0300

    Move mxs-base.inc contents to imx-base.inc
    
    The consolidation of all i.MX related base settings allows a more
    global view of the settings in place.
    
    One of the reasons for this patch is the fragmentation caused by
    i.MX23 and i.MX28 SoCs using mxs-base.inc.
    
    The changes needed to get i.MX23 and i.MX28 SoCs working have been
    included in imx-base.inc file already and some values required rework
    to apply to specific SoC families to avoid regressions.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit cbd3a7886cded0e54f2b66189ea2fa1125c25210
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Sep 21 17:06:33 2015 -0300

    imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as default
    
    The ext4 is now the default for images in OpenEmbedded-Core, we now
    follow this change for all i.MX reference boards.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d250e850aa104e7998e99d40fa297ba6ba52e78e
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Sep 17 14:09:14 2015 -0300

    imx-base.inc, mxs-base.inc: Change default image to sdcard.gz
    
    Replace .sdcard image to sdcard.gz image as a default image type for
    all machines.
    
    The SDCard class has the feature of compress the generated .sdcard image.
    It can be used to ease the exchange of this image among developers or machines.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1749094d220f6e6d5dfaeb4822435d9f9dd0ceae
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Sep 17 11:14:10 2015 -0300

    imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by default
    
    The tar.bz2 is useful for people using NFS or generating the SD card
    image byhand, those can enable this in the board file or in the
    local.conf when needed. By default the SD card image should be the
    only image built as it is the most commonly used one for initial
    development.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c289b2ae6b5fb503fdb94c105b3893607fc45ea1
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Sep 21 16:59:49 2015 -0300

    mxs-base.inc: Consolidate IMAGE_FSTYPES definition
    
    The default value for IMAGE_FSTYPES including SDCard class enable all
    machine to work out of the box using the .sdcard image.
    
    The removed duplication affected the following machines:
    
     - imx23evk
     - imx28evk
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 11d3e7678915ef1b5e843c58e054c0d439776e4d
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Sep 23 09:53:31 2015 -0300

    image_types_fsl.bbclass: Fix DeviceTree copy for FAT partition
    
    The rootfs generation script now runs outside of the deploy directory
    so the code need to use the full path for the installed files. This
    fixes the rootfs generation process so the files are copied to the FAT
    partition, allowing the system to boot.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Tested-by: Daiane Angolini <daiane.angolini at freescale.com>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list