Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meta-java/meta-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: meta-java/meta-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kirkstone
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 8 files changed
  • 5 contributors

Commits on Dec 12, 2022

  1. conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-native

    icedtea7-native build uses free -m (from the procfs suite of tools) to
    determine memory bound during compile. This always fails for us,
    because free is not passed through from the host environment.
    This results in a few warnings in the logs:
    
      /bin/sh: line 1: free: command not found
        [..snip..]/Sanity-Settings.gmk:195: WARNING: MB_OF_MEMORY should not
        be empty [Sanity-Settings.gmk]
    
    But otherwise this is handled gracefully. Problems arise when building
    icedtea7-native on hosts with more modest RAM sizes: Build process
    will consume so much RAM that the OOM killer is invoked. Let us avoid
    this by passing through free from the host environment.
    
    We use HOSTTOOLS_NONFATAL instead of HOSTTOOLS as to not break
    currently working setups that have enough RAM but lack free(1).
    This needs to be done globally due to the way HOSTTOOLS_NONFATAL is
    evaluated, we thus stick it into the layer.conf.
    
    Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
    Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
    (cherry picked from commit 79df369)
    a3f authored and g0hl1n committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8bf79fc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. xerces-j: update SRC_URI

    The archive URL has changed slightly, add missing /source/.
    
    https://archive.apache.org/dist/xerces/j/source/
    
    Signed-off-by: Tim Orling <tim.orling@konsulko.com>
    moto-timo authored and g0hl1n committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    87dd00a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update rhino download link

    (cherry picked from commit e2e9adb)
    camm73 authored and g0hl1n committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6cf1a3e View commit details
    Browse the repository at this point in the history
  2. Switch to use git SRCREV

    (cherry picked from commit 7fcb6fd)
    camm73 authored and g0hl1n committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cb488b8 View commit details
    Browse the repository at this point in the history
  3. Remove checksum

    (cherry picked from commit 37f14a3)
    camm73 authored and g0hl1n committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    68e8fde View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. classpath: inherit pkgconfig

    It fixes this error:
    
    | checking for pkg-config... no
    | *** The pkg-config script could not be found. Make sure it is
    | *** in your path, or set the PKG_CONFIG environment variable
    | *** to the full path to pkg-config.
    | *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
    | configure: error: Library requirements (gtk+-2.0 >= 2.8 gthread-2.0 >= 2.2 gdk-pixbuf-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
    | NOTE: The following config.log files may provide further information.
    | NOTE: .../work/core2-64-oe-linux/classpath/0.99-r3/build/config.log
    | ERROR: configure failed
    
    Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
    Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
    zboszor authored and moto-timo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    62d8dde View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add compatability with GCC 12.x

    Fixes build for kas 4.2 and Yocto Project 4.3.2
    
    Signed-off-by: Evgeny Sagatov <sagatov@ya.ru>
    
    Backport from 8c0c9f1
    
    Signed-off-by: Tim Orling <tim.orling@konsulko.com>
    evgeny-test authored and moto-timo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2926885 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. README: move to yocto-patches mailing list

    Since the definitive, canonical repository remains
    https://git.yoctoproject.org/meta-java the official
    mailing list should remain in the yoctoproject.org
    domain. Move to the new yocto-patches@lists.yoctoproject.org.
    
    Signed-off-by: Tim Orling <tim.orling@konsulko.com>
    moto-timo committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e95c19d View commit details
    Browse the repository at this point in the history
Loading