Skip to content
  1. May 04, 2014
    • 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
    • Dan McDougall's avatar
      gateone: Updated to version 1.2 · 25ca3cf1
      Dan McDougall authored
      
      
      This new version of Gate One uses a new configuration file format which
      means the old server.conf is gone.  It now stores configuration files in
      /etc/gateone/conf.d.  The /opt/gateone directory is also gone and
      instead the package installs like a regular Python module in
      site-packages.  SSL certificates/keys are stored in /etc/gateone/ssl/.
      
      The new version requires python-tornado 3.1.1 (which was submitted
      earlier today) and the python-futures package (which was also submitted
      today).
      
      An 80oe.conf file has been added specific to OpenEmbedded that replaces
      the old pre-configured server.conf functionality.
      
      The old patch that removes the init script checks has been deprecated by
      the use of the --skip_init_scripts option which is now being passed to
      setup.py.
      
      Lastly, Gate One 1.2 is about twice as fast (benchmarked) as Gate One
      1.1 on the Beaglebone platform.
      
      Signed-off-by: default avatarDan McDougall <daniel.mcdougall@liftoffsoftware.com>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      25ca3cf1
    • Andrea Adami's avatar
      klcc_cross: move in target sysroot as crossscript · 55b09e52
      Andrea Adami authored
      
      
      Klcc-cross is properly a crosscript so avoid to inherit cross.bbclass and stage
      it in target sysroot under usr/bin/crossscripts.
      Minor adjustment is necessary for INSTALLDIR.
      
      Finally some magic mangling is applied fixing the paths of sstate so that it is
      invalidated in case of subsequent builds targeting machines with the same
      arch and in case of builds sharing the sstate cache.
      
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      Signed-off-by: default avatarAndrea Adami <andrea.adami@gmail.com>
      55b09e52
    • Andrea Adami's avatar
      kexecboot: fix build when S != B · 7e2c29fc
      Andrea Adami authored
      
      
      * temporarily inherit autotools-brokensep
      * proper fix sent upstream
      
      Signed-off-by: default avatarAndrea Adami <andrea.adami@gmail.com>
      7e2c29fc
  2. May 03, 2014