[meta-freescale] Updates to meta-freescale (master) in 2017-09-27

otavio.salvador at gmail.com otavio.salvador at gmail.com
Wed Sep 27 06:33:39 PDT 2017


Hello,

I pushed following updates:

commit 1d090c91cd096cab03c6ec1a1864da1299833cbb (HEAD -> master, yocto/master-next, yocto/master)
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Wed Sep 27 17:49:11 2017 +0800

    imx-parser: Upgrade to v4.2.1
    
    1. Upgrade EULA to v18
    
    2. Bugfixes/Optimization
       - Update HEVC PARSER 01.00.02/ APE PARSER 00.00.08/ MPEG2 PARSER 04.05.10
         1. Delete the useless label in HEVC PARSER.
         2. Fix 2 variables' not init in special case for APE PARSER.
         3. Fix one struct's not init for MPEG2 PARSER.
    
       - Fix one mp3 can't play on jb4.3_1.1.1-ga
         ID3V2 contains a picture larger than 3MB, need to save ID3 data size
         in self->m_dwID3V2Size to let parser skip it when starting playback.
    
       - Fix creating parser error
         When variable value is negative, if(bytesToRead) will return true,
         modify this condition to if(bytesToRead > 0).
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e26605bc946418c6d4e7597884a27c2b3ec6efd0
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Wed Sep 27 17:49:10 2017 +0800

    imx-codec: Upgrade to v4.2.1
    
    1. Upgrade EULA to v18
    
    2. Bugfix/Optimization
       - AACPlus:M4A format audio only can output about 1s audio, then keep silence
         It is caused by AACPlus decoder because aacplus decoder
         occupys much cpu time when decoding.
         Add -O3 build option into aacplus decoder's build script to
         optimize the code.
    
       - Optimize the code
         Cancel duplicated code in aac_dec/aacplus_dec.
         Cancel unused code in flac_dec.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d578533e80934496f56e1521bbf64bda9aa76797 (wip/imx-image)
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Sep 12 11:20:40 2017 -0300

    kernel-imximage.bbclass: Linux kernel with DCD headers
    
    This new image type adds support to generate a Linux kernel with DCD
    headers. Essentially it adds support to directly boot a Linux kernel
    without a bootloader.
    
    As the Linux kernel will be boot directly, it required that the Device
    Tree is appended to the kernel image, which had support included in
    OE-Core.
    
    To have the Linux kernel generated with the DCD headers, following
    steps must be followed:
    
     - Linux kernel recipe must inherit kernel-imximage class;
     - Device Tree appended Linux kernel must be used
       (KERNEL_DEVICETREE_BUNDLE = "1");
     - DCD header configuration must be provided (dcd.cfg or
       dcd-<devicetree>.cfg);
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

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