Skip to content

Commit

Permalink
Merge pull request #959 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Jul 29, 2024
2 parents bffc25c + c4311c2 commit 7ad85b9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ and this project adheres to
- Do not manage wifi with systemd-networkmanager
- Disable audit subsystem in kernel for tegra platforms
- Add networkmanager and wireguard to all yoe images
- Fix busybox/tc compilation with 6.9 linux kernel headers
- Fix buildpaths QA error checks in several meta-oe recipes
- Fix several recipes in meta-oe for correct UPSTREAM_CHECK vars
- Update OpenSSH to 9.8p1
- Upgrade to glibc 2.40

### Added

- Added new recipes - libabigail
- Added new recipes - libabigail, include-what-you-use, dediprog-flasher
- Added DEBUG_LEVELFLAG variable to contain default debug level e.g. -g1, -g, etc.
- Add packageconfig knob to control tegra gallium driver in mesa
- Add nospdx class
Expand All @@ -52,6 +57,7 @@ and this project adheres to
- Drop generating a static libpython
- Remove /etc/ethertypes in iptables
- Drop obsolete debug compiler option -feliminate-unused-debug-types
- Drop deprecated configs from android-driver.cfg for rpi kernel

## [2024.06] - 2024-06-30

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
#require conf/world.conf

IMG_VERSION = "24.6.6"
IMG_VERSION = "24.6.7"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 145 files
2 changes: 1 addition & 1 deletion sources/meta-qt6
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/meta-tegra-community
Submodule meta-tegra-community updated 26 files
+1 −0 recipes-devtools/deepstream/deepstream-7.0-pyds/0002-Allow-apps-to-be-run-from-other-working-directories.patch
+2 −0 recipes-devtools/libevhtp/libevhtp/0001-fix-cmake-build.patch
+3 −0 recipes-devtools/libevhtp/libevhtp_1.2.18.bb
+78 −0 recipes-devtools/python/python3-geventhttpclient/0001-Fix-some-warnings-on-parser-build.patch
+4 −2 recipes-devtools/python/python3-geventhttpclient_2.0.12.bb
+1 −0 recipes-devtools/python/python3-jetson-stats/0001-fix-installation-process-issue-and-cleanup.patch
+2 −2 recipes-devtools/python/python3-jetson-stats/0002-fix-paths-to-match-with-OE-and-getting-the-right-ver.patch
+2 −2 recipes-devtools/python/python3-pycuda/0001-add-nvcc-flag-allow-unsupported-compiler-to-allow-cu.patch
+22 −11 recipes-devtools/triton/triton-backend/0001-Build-fixups.patch
+0 −1 recipes-devtools/triton/triton-backend_2.22.0.bb
+1 −0 recipes-devtools/triton/triton-client/0001-Build-fixups.patch
+0 −1 recipes-devtools/triton/triton-client_2.22.0.bb
+1 −0 recipes-devtools/triton/triton-common/0001-Build-fixups.patch
+1 −0 recipes-devtools/triton/triton-core/0001-Build-fixups.patch
+0 −1 recipes-devtools/triton/triton-core_2.22.0.bb
+2 −0 recipes-devtools/triton/triton-python-backend/0001-fix-cmake-build.patch
+0 −1 recipes-devtools/triton/triton-python-backend_2.22.0.bb
+51 −39 recipes-devtools/triton/triton-server/0001-Build-fixups.patch
+2 −2 recipes-devtools/triton/triton-server_2.22.0.bb
+1 −0 recipes-devtools/triton/triton-tensorrt-backend/0001-Build-fixups.patch
+2 −0 recipes-devtools/triton/triton-tensorrt-backend/0002-add-support-for-kUINT8.patch
+35 −0 recipes-devtools/triton/triton-tensorrt-backend/0003-Update-cudaGraphInstantiate-calls-for-CUDA-12.patch
+5 −7 recipes-devtools/triton/triton-tensorrt-backend_2.22.0.bb
+5 −0 recipes-test/eglstreams/eglstreams-kms-example/cross-build.patch
+1 −0 recipes-test/tegra-tests/nvidia-docker-tests/0001-Distro-agnostic-support-for-Test-ML-script.patch
+1 −0 recipes-test/tegra-tests/nvidia-docker-tests/0002-Add-version-remap-script-support.patch
2 changes: 1 addition & 1 deletion sources/meta-ti
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 183 files

0 comments on commit 7ad85b9

Please sign in to comment.