1. 12 May, 2014 9 commits
  2. 09 May, 2014 14 commits
  3. 07 May, 2014 4 commits
    • Martin Jansa's avatar
      1162d9d1
    • Alex Lennon's avatar
      daq: Update from 2.0.1 to 2.0.2 · 52778826
      Alex Lennon authored
      
      daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02.
      Signed-off-by: default avatarAlex J Lennon <ajlennon@dynamicdevices.co.uk>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      52778826
    • Martin Jansa's avatar
      libmusicbrainz: add dependency on neon-native · 3182aa9a
      Martin Jansa authored
      
      * we're building separate native binary make-c-interface which is also checking
        for neon with pkg-config, when it fails it's not fatal and configure continues
        to configure target version (which finds neon correctly) but failed native
        make-c-interface build resultsin this error:
      
        -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
        -- checking for module 'neon'
        --   found neon, version 0.30.0
        CMake Error at /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
          Could NOT find Neon (missing: NEON_LIBRARIES)
        Call Stack (most recent call first):
          /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
          cmake/modules/FindNeon.cmake:19 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
          CMakeLists.txt:22 (FIND_PACKAGE)
      
        -- Configuring incomplete, errors occurred!
        See also "/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/CMakeFiles/CMakeOutput.log".
        make: *** No rule to make target 'make-c-interface'.  Stop.
        ...
        -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
        -- checking for module 'neon'
        --   found neon, version 0.30.0
        -- Found Neon: /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/libneon.so
        CMake Error at src/CMakeLists.txt:19 (INCLUDE):
          include could not find load file:
          /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/ImportExecutables.cmake
        -- Configuring incomplete, errors occurred!
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      3182aa9a
    • Martin Jansa's avatar
      gtkperf: add gtk+ dependency · 2c313ca0
      Martin Jansa authored
      
      * when there is no gtk+ in sysroot, configure fails to find it
        but doesn't cause do_configure task to fail :/
      
        configure: WARNING: using cross tools not prefixed with host triplet
        checking pkg-config is at least version 0.9.0... yes
        checking for GTK... no
      
      * builds fails a bit later with confusing do_install error:
        ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526)
        ERROR: Logfile of failure stored in: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526
        Log data follows:
        | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
        | DEBUG: Executing shell function do_install
        | NOTE: make -j 9 DESTDIR=/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/image install
        | make: *** No rule to make target 'install'.  Stop.
        | ERROR: oe_runmake failed
        | WARNING: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/run.do_install.31526:1 exit 1 from
        |   exit 1
        | ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526)
        NOTE: recipe gtkperf-0.40-r0: task do_install: Failed
        ERROR: Task 2 (/OE/build/oe-core/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb, do_install) failed with exit code '1'
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      2c313ca0
  4. 05 May, 2014 12 commits
  5. 04 May, 2014 1 commit
    • Fathi Boudra's avatar
      libhugetlbfs: update srcrev to 2.18 release · 447ef234
      Fathi Boudra authored
      
      * Update recipe:
        - update SRCREV to latest release, 2.18
        - switch back to master branch
        - increase verbosity (pass V=1 to EXTRA_OEMAKE) to make debugging easier
      * Drop patches:
        - fix-lib64-can-not-be-shiped-in-64bit-target.patch
          replaced by LIBARGS definition. the build system allows to override libdir
          using LIB32 and LIB64 variables
        - 0001-install-perl-lib-to-directory-perl-instead-of-perl5.patch
          replaced by a one-liner to fixup perl module directory hardcoded to perl5
      * Refresh skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch
        - only disable the error to skip the check
      * Add patches:
        - 0001-aarch64-fix-cross-compilation.patch - submitted upstream
          allow to override CC and use it for aarch64 case like the other arch
        - 0001-aarch64-fix-page-size-not-properly-computed.patch - submitted upstream
          fix typo on MB variable (MB -> $MB) and add the missing linker variants
          (aarch64elfb, aarch64linux, aarch64linuxb)
        - 0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch
          submitted upstream. replace lib/lib64 hardcoded values by LIBDIR32 and
          LIBDIR64 variables
      * Remove patches that aren't applied in the recipe (they're all merged
        upstream and available in 2.18 release):
        - libhugetlbfs/files/aarch64-support.patch
        - aarch64-unit-test-fixes.patch
        - add-PROT-NONE-to-the-mprotest-test.patch
      Signed-off-by: default avatarFathi Boudra <fathi.boudra@linaro.org>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      447ef234