Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-*: bump the layers group across 1 directory with 5 updates #151

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

Bumps the layers group with 5 updates in the / directory:

Package From To
meta-ptx 20ed637 eeb50ac
meta-oe 6de0ab7 78a1473
meta-virtualization 1a547c0 37c06ac
poky 4b07a53 7fb3686
meta-selinux 07f3233 bd03ed5

Updates meta-ptx from 20ed637 to eeb50ac

Commits
  • eeb50ac genimage: update SUMMARY and LIC_FILES_CHKSUM
  • 495ec9b genimage.bbclass: derive better default for GENIMAGE_ROOTFS_IMAGE_FSTYPE
  • c5ebe32 bootspec.bbclass: refactor bootspec options code
  • fea5410 bootspec.bbclass: add a bit of documentation to header
  • 29bdb2d bootspec.bbclass: no need to initialize 'option' variable outside
  • a1de0b1 bootspec.bbclass: add bootspec variables to do_rootfs[vardeps]
  • 3f79572 bootspec.bbclass: unify variable expansion
  • a2b62fc genimage.bbclass: Do not generate SSTATE artifacts
  • 292144d genimage.bbclass: Drop 'before do_build' from do_genimage
  • 7a77de1 genimage.bbclass: use nopackages
  • See full diff in compare view

Updates meta-oe from 6de0ab7 to 78a1473

Commits
  • 78a1473 php: Upgrade to 8.2.20
  • 30c7e5b vulkan-cts: add workaround for createMeshShaderMiscTestsEXT
  • 8a38235 cjson: fix buildpath warnings
  • c18656f tcpdump: fix CVE-2024-2397
  • 826109d tipcutils: Add systemd support
  • 842b563 jemalloc: add +git to version
  • 1812028 daq: fix incompatible pointer type error
  • ecba431 hiredis: change ptest output format
  • 61e9a3a re2: rework solibs handling
  • 67559f2 re2: remove dev dependencies from main package
  • Additional commits viewable in compare view

Updates meta-virtualization from 1a547c0 to 37c06ac

Commits

Updates poky from 4b07a53 to 7fb3686

Updates meta-selinux from 07f3233 to bd03ed5

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the layers group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [meta-ptx](https://github.com/pengutronix/meta-ptx) | ``20ed637`` | ``eeb50ac`` |
| [meta-oe](https://github.com/openembedded/meta-openembedded) | ``6de0ab7`` | ``78a1473`` |
| [meta-virtualization](https://github.com/lgirdk/meta-virtualization) | ``1a547c0`` | ``37c06ac`` |
| poky | ``4b07a53`` | ``7fb3686`` |
| meta-selinux | ``07f3233`` | ``bd03ed5`` |



Updates `meta-ptx` from `20ed637` to `eeb50ac`
- [Commits](pengutronix/meta-ptx@20ed637...eeb50ac)

Updates `meta-oe` from `6de0ab7` to `78a1473`
- [Commits](openembedded/meta-openembedded@6de0ab7...78a1473)

Updates `meta-virtualization` from `1a547c0` to `37c06ac`
- [Commits](lgirdk/meta-virtualization@1a547c0...37c06ac)

Updates `poky` from `4b07a53` to `7fb3686`

Updates `meta-selinux` from `07f3233` to `bd03ed5`

---
updated-dependencies:
- dependency-name: meta-ptx
  dependency-type: direct:production
  dependency-group: layers
- dependency-name: meta-oe
  dependency-type: direct:production
  dependency-group: layers
- dependency-name: meta-virtualization
  dependency-type: direct:production
  dependency-group: layers
- dependency-name: poky
  dependency-type: direct:production
  dependency-group: layers
- dependency-name: meta-selinux
  dependency-type: direct:production
  dependency-group: layers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
Since commit 3a0c50ec5 ("python3-twisted: prepend split PACKAGES") has
landed in meta-oe this workaround is no longer required.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Copy link
Member

@hnez hnez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reviewed the changes in the submodules and everything looks good to me.
I've also added a commit to remove a workaround that is no longer required as a fix is in meta-oe now.

@hnez hnez merged commit bd33da1 into scarthgap Jul 5, 2024
4 of 5 checks passed
@hnez hnez deleted the dependabot/submodules/layers-13c122f9ec branch July 5, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant