[meta-freescale] Updates to meta-fsl-arm (dizzy) in 2015-01-27

Otavio Salvador otavio at ossystems.com.br
Tue Jan 27 03:08:46 PST 2015


Hello,

I pushed following updates:

commit 4500b58848393fd0aada4894510369d0a33d4ca8 (HEAD, yocto/dizzy, for-dizzy)
Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Tue Jan 27 01:08:30 2015 +0100

    chromium: Update bbappend to version 40.0.2214.91
    
    Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 9e1e08977e42d3ce45ecfb66a3e09f448ce5cf4c
Author: Zhenhua Luo <zhenhua.luo at freescale.com>
Date:   Thu Jan 22 16:12:14 2015 +0800

    u-boot-ls1: add the path of byte_swap.tcl script
    
    Fix the following build error of QSPI u-boot.
    | couldn't read file "byte_swap.tcl": no such file or directory
    | WARNING: /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/temp/run.do_compile.18788:1 exit 1 from
    |   tclsh byte_swap.tcl /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.bin /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.swap.bin 8
    
    Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 691eb798d512aab4b5d805d002a2f7d195b899db
Author: Chunrong Guo <B40290 at freescale.com>
Date:   Mon Jan 19 11:50:14 2015 +0800

    asf: fix scripts path
    
      * fix the follow error:
       | cp: cannot stat `/poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/git/asfmodule/scripts': No such file or directory
       | WARNING: /poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/temp/run.do_install.31941:1 exit 1 from
       |   cp -rf //poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/git/asfmodule/scripts /poky/build/tmp/work/ls1021atwr-poky-linux-gnueabi/asf/git-r0/image//usr/lib/asf/
       | ERROR: Function failed: do_install
    
    Signed-off-by: Chunrong Guo <B40290 at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 68a2c93c63cc1ad1141108bfcf494fab77230219
Author: Fabio Estevam <fabio.estevam at freescale.com>
Date:   Sat Jan 17 00:00:53 2015 -0200

    imx23evk: Remove 'alsa' from MACHINE_FEATURES
    
    Mainline kernel currently does not have support for the on-chip audio codec
    on mx23, so remove the 'alsa' entry from the MACHINE_FEATURES.
    
    Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 9eb08907e291fe049d5d83f76c9e2dd63f4496dc
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jan 19 11:45:54 2015 -0200

    qemu-fsl: Disable native and nativesdk builds
    
    The qemu-fsl is intended for use into the target. The native and
    nativesdk flavours are not supported and should rely on the OE-Core
    provided ones.
    
    This disables the recipe parsing for native and nativesdk build,
    fixing the following warning:
    
    ,----
    | WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry
    |     fix-libcap-header-issue-on-some-distro.patch: file could not
    |     be found
    `----
    
    Change-Id: I8eaf8bc9caf972f5d180115f63862a163915e218
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e8bf572105866c4c40715ddd418cac86d1222562
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jan 5 11:33:52 2015 -0200

    devregs: Add recipe
    
    This includes the Boundary Devices' devregs tool which allows for
    reading and writting of registers using /dev/mem.
    
    It currently has support for i.MX51, i.MX53, i.MX6Q and i.MX6DL SoC
    families but other SoCs can be easily added including extra .dat
    files.
    
    Change-Id: Ic04a90e7d1db8d87f43f5574792aa73885f16d66
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Acked-by: Eric Nelson <eric.nelson at boundarydevices.com>

commit e45b4f86ae5b6ac8a5f422476c63d402683be003
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sun Dec 21 16:24:27 2014 -0200

    linux-imx (2.6.35.3): Fix build errors when using make 3.82
    
    This backports a fix from 2.6.36 to fix build failures when using make
    3.82.
    
    ,----
    | Author: Jan Beulich <JBeulich at novell.com>
    | Date:   Mon Aug 16 11:58:58 2010 +0100
    |
    |     fixes for using make 3.82
    |
    |     It doesn't like pattern and explicit rules to be on the same line,
    |     and it seems to be more picky when matching file (or really directory)
    |     names with different numbers of trailing slashes.
    |
    |     Signed-off-by: Jan Beulich <jbeulich at novell.com>
    |     Acked-by: Sam Ravnborg <sam at ravnborg.org>
    |     Andrew Benton <b3nton at gmail.com>
    |     Cc: <stable at kernel.org>
    |     Signed-off-by: Michal Marek <mmarek at suse.cz>
    `----
    
    Change-Id: I7a56f54ad2bf6ab623705d8866d03f033a2e925e
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 00c6716768c08803e99279c98f310c06237b1d21
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Dec 8 11:15:50 2014 -0200

    linux-fslc: Update to 3.18 release
    
    This updates the Linux kernel to the 3.18 release. There are currently
    no changes on top of it.
    
    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