-
Notifications
You must be signed in to change notification settings - Fork 18
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: meta-java/meta-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kirkstone
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 8 files changed
- 5 contributors
Commits on Dec 12, 2022
-
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)Configuration menu - View commit details
-
Copy full SHA for 8bf79fc - Browse repository at this point
Copy the full SHA 8bf79fcView commit details
Commits on Jun 10, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 87dd00a - Browse repository at this point
Copy the full SHA 87dd00aView commit details
Commits on Sep 1, 2023
-
(cherry picked from commit e2e9adb)
Configuration menu - View commit details
-
Copy full SHA for 6cf1a3e - Browse repository at this point
Copy the full SHA 6cf1a3eView commit details -
(cherry picked from commit 7fcb6fd)
Configuration menu - View commit details
-
Copy full SHA for cb488b8 - Browse repository at this point
Copy the full SHA cb488b8View commit details -
(cherry picked from commit 37f14a3)
Configuration menu - View commit details
-
Copy full SHA for 68e8fde - Browse repository at this point
Copy the full SHA 68e8fdeView commit details
Commits on Jan 18, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 62d8dde - Browse repository at this point
Copy the full SHA 62d8ddeView commit details
Commits on Feb 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2926885 - Browse repository at this point
Copy the full SHA 2926885View commit details
Commits on Jun 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e95c19d - Browse repository at this point
Copy the full SHA e95c19dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...kirkstone