Skip to content
  1. Dec 09, 2014
  2. Dec 03, 2014
  3. Dec 02, 2014
  4. Nov 30, 2014
  5. Nov 28, 2014
  6. Nov 24, 2014
    • Joe MacDonald's avatar
      meta-networking: update LAYERDEPENDS · 34be57e7
      Joe MacDonald authored
      
      
      A minor typo was causing LAYERDEPENDS to be overwritten instead of
      appended to in our layer.conf.
      
      Signed-off-by: default avatarJoe MacDonald <joe_macdonald@mentor.com>
      34be57e7
    • Fathi Boudra's avatar
      fwts: update to 14.09.00 release · 1b6141cc
      Fathi Boudra authored
      
      
      * bump PV and matching SRCREV
      * add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support
      
      Signed-off-by: default avatarFathi Boudra <fathi.boudra@linaro.org>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      1b6141cc
    • Liu Jian's avatar
      lvm2: add lvm.con to CONFFILES · 9e3b3456
      Liu Jian authored
      
      
      * Files will be over written when updating using rpm.
      
      * If there is no %config micro before the file in the spec file,
        this file will be over-written after updating this package
        using rpm. This will make our settings lost.
      
      Signed-off-by: default avatarJian Liu <jian.liu@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      9e3b3456
    • Kang Kai's avatar
      mariadb: add dependency libevent · c636aae6
      Kang Kai authored
      
      
      mariadb failed to build:
      | make[2]: *** No rule to make target
        '/.../bitbake_build/tmp/sysroots/qemux86-64/usr/lib64/libevent.so',
        needed by 'tests/async_queries'.  Stop.
      | make[2]: Leaving directory
        '/.../bitbake_build/tmp/work/core2-64-wrs-linux/mariadb/5.5.40-r0/build'
        CMakeFiles/Makefile2:6742: recipe for target 'tests/CMakeFiles/async_queries.dir/all' failed
      | make[1]: *** [tests/CMakeFiles/async_queries.dir/all] Error 2
      
      It is an rare case that when configure mariadb, libevent exists in
      sysroot. But when do compile for mariadb, libevent is gone somehow. That
      causes build fails. Run follow commands could reproduce this error:
      
      $ bitbake libevent
      $ bitbake mariadb -c cleansstate
      $ bitbake mariadb -c configure
      $ bitbake libevent -c clean
      $ bitbake mariadb
      
      Add if without libevent, test case tests/async_queries.c will not be built.
      The case is helpful to do unit test. So add libevent as a dependency to fix the
      error and make sure async_queries.c will be built.
      
      Signed-off-by: default avatarKai Kang <kai.kang@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      c636aae6