Skip to content

fixup! Convert to github source defaults#2

Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom
doanac:master
Dec 13, 2018
Merged

fixup! Convert to github source defaults#2
ricardosalveti merged 1 commit intofoundriesio:masterfrom
doanac:master

Conversation

@doanac
Copy link
Copy Markdown
Member

@doanac doanac commented Dec 13, 2018

The build is failing with:
ERROR: linux-lmp-4.18.18+gitAUTOINC+b15a38120a_2835754ba8-r0 do_fetch: Fetcher failure for URL: 'git://github.com/foundriesiolinux.git;protocol=https;branch=linux-v4.18.y;name=machine;'. Unable to fetch URL from any source.

because I forgot the trailing /'s

@ricardosalveti ricardosalveti merged commit 853cd79 into foundriesio:master Dec 13, 2018
ricardosalveti added a commit that referenced this pull request Oct 25, 2021
Changes for moby:
- e2f740de44 Merge pull request #42959 from thaJeztah/20.10_backport_fix_racey_health_test
- acb4f263b3 Fix racey TestHealthKillContainer
- 8ab80e4a20 Merge pull request #42957 from thaJeztah/20.10_backport_rootless_quotes
- 52f5b613ba Merge pull request #42956 from cpuguy83/20.10-backport-kill-fixes
- a4b1ae5153 Merge pull request #42954 from crazy-max/20.10_build-local-normalized
- 59d2a2c397 dockerd-rootless.sh: Fix variable not double quotes cause unexpected behavior
- 2c6aa5aad9 Remove needless check
- 3285c27503 Fix log statement 'failed to exit' timeout accuracy
- a4bcd4c64f docker daemon container stop refactor
- bed624fdc9 docker kill: fix bug where failed kills didnt fallback to unix kill
- 80b7e8b5d7 buildkit: normalize build target and local platform
- 9f5b26fb86 Merge pull request #42944 from kevpar/20.10_update-winio
- c2b9a32875 vendor: Update go-winio to v0.4.20
- dc084ac10e Merge pull request #42923 from thaJeztah/20.10_bump_go_1.16.9
- a8a4b81d6a Merge pull request #42901 from thaJeztah/20.10_update_containerd_1.4.10
- c580a02873 [20.10] Update Go to 1.16.9
- da3769688a Merge pull request #42875 from awmirantis/bump_swarmkit_fix_rollback
- 59beba295e Merge pull request #42844 from AkihiroSuda/cherrypick-42764
- e086edaadf Merge pull request #42760 from AkihiroSuda/cherrypick-42708
- 129a2000cf [20.10] update containerd binary to v1.4.11
- 6835d15f55 [20.10] update containerd binary to v1.4.10
- 9cd3585bf5 Merge pull request #42843 from AkihiroSuda/cherrypick-42791
- 1c2ca1f624 Merge pull request #42869 from pete-woods/backport-quota-package-cgo-fix
- 977283509f Merge pull request #42836 from tianon/20.10-clone3
- 79ea9d3080 Merge pull request #5 from moby/20.10_bump_go_1.16.8
- 5730c139f7 Bump swarmkit to get fix for rollback
- 59f10e3435 quota: adjust build-tags to allow build without CGO
- fa78afebcf Update Go to 1.16.8
- 567c01f6d1 seccomp: add support for "clone3" syscall in default policy
- 07728cd2bd update runc binary to v1.0.2
- 964768f200 cmd/dockerd: add the link of "the documentation"
- bce32e5c93 Merge pull request #4 from moby/20.10-GHSA-v994-f8vw-g7j4-chroot-mkdir
- f0ab919f51 Merge pull request #2 from moby/20.10-GHSA-3fwx-pjgw-3558_0701-perms
- 80f1169eca chrootarchive: don't create parent dirs outside of chroot
- 93ac040bf0 Lock down docker root dir perms.
- b0c0b73798 bump up rootlesskit to v0.14.4

Changes for cli:
- b485636f4b Merge pull request #3331 from thaJeztah/20.10_backport_bump_go_1.16.9
- 241523cc1a Merge pull request #3334 from thaJeztah/20.10_backport_docs
- 9989fdbc40 Update most links in docs to use https by default
- 0e20c1fd21 Update Go to 1.16.9
- c4cb29837f Merge pull request #3335 from thaJeztah/20.10_backport_remove_seccomp_warning
- 0b56256638 Merge pull request #3336 from thaJeztah/20.10_backport_update_xx_image
- 1c0927a041 Dockerfile: update tonistiigi/xx to 1.0.0-rc.2, add XX_VERSION arg
- 82f9d5921b info: skip client-side warning about seccomp profile on API >= 1.42
- adb01ca79d docs: some minor touch-ups in checkpoint reference
- 8260476a06 docs: remove trailing space to fix generated YAML format
- aa5b6b7728 Merge pull request #3326 from thaJeztah/20.10_backport_docs
- 859e303655 Merge pull request #3268 from thaJeztah/20.10_backport_add_redirect
- bce2e1f953 docs: create.md: typo fix
- 44064f51c8 Fix typo in documentation - build.md
- 292779add5 Add doc for BUILDKIT_PROGRESS env var
- f2e79b826c docs: use "console" code-hint for shell examples
- fa46b92361 docs: rewrite reference docs for --stop-signal and --stop-timeout
- 400f81089a experimental: fix broken link to "checkpoint and restore" page
- c72057c8db docs: move checkpoint/restore doc from experimental into reference
- 77db97d595 Use private network address for default-address-pools setting in daemon.json example
- cbf0d2b7b7 docs: fix some broken anchors
- d0014a86bc docs: fix description of restart-delay to mention max (1 minute)
- 6c1c8b55aa docs: fix search results by filterd is-official
- c2ea9bc90b Merge pull request #3 from moby/20.10_backport_go_1.16.8
- 44fdac11f5 Update Go to 1.16.8
- 893e52cf4b Merge pull request #2 from moby/cli-GHSA-99pg-grm5-qq3v-default-authconfig-20.10
- 061051c24d docs: add missing redirect, and remove /go/experimental redirect
- 42d1c02750 registry: ensure default auth config has address

Signed-off-by: Ricardo Salveti <[email protected]>
ricardosalveti added a commit that referenced this pull request Jan 5, 2022
Changes for moby:
- e2f740de44 Merge pull request #42959 from thaJeztah/20.10_backport_fix_racey_health_test
- acb4f263b3 Fix racey TestHealthKillContainer
- 8ab80e4a20 Merge pull request #42957 from thaJeztah/20.10_backport_rootless_quotes
- 52f5b613ba Merge pull request #42956 from cpuguy83/20.10-backport-kill-fixes
- a4b1ae5153 Merge pull request #42954 from crazy-max/20.10_build-local-normalized
- 59d2a2c397 dockerd-rootless.sh: Fix variable not double quotes cause unexpected behavior
- 2c6aa5aad9 Remove needless check
- 3285c27503 Fix log statement 'failed to exit' timeout accuracy
- a4bcd4c64f docker daemon container stop refactor
- bed624fdc9 docker kill: fix bug where failed kills didnt fallback to unix kill
- 80b7e8b5d7 buildkit: normalize build target and local platform
- 9f5b26fb86 Merge pull request #42944 from kevpar/20.10_update-winio
- c2b9a32875 vendor: Update go-winio to v0.4.20
- dc084ac10e Merge pull request #42923 from thaJeztah/20.10_bump_go_1.16.9
- a8a4b81d6a Merge pull request #42901 from thaJeztah/20.10_update_containerd_1.4.10
- c580a02873 [20.10] Update Go to 1.16.9
- da3769688a Merge pull request #42875 from awmirantis/bump_swarmkit_fix_rollback
- 59beba295e Merge pull request #42844 from AkihiroSuda/cherrypick-42764
- e086edaadf Merge pull request #42760 from AkihiroSuda/cherrypick-42708
- 129a2000cf [20.10] update containerd binary to v1.4.11
- 6835d15f55 [20.10] update containerd binary to v1.4.10
- 9cd3585bf5 Merge pull request #42843 from AkihiroSuda/cherrypick-42791
- 1c2ca1f624 Merge pull request #42869 from pete-woods/backport-quota-package-cgo-fix
- 977283509f Merge pull request #42836 from tianon/20.10-clone3
- 79ea9d3080 Merge pull request #5 from moby/20.10_bump_go_1.16.8
- 5730c139f7 Bump swarmkit to get fix for rollback
- 59f10e3435 quota: adjust build-tags to allow build without CGO
- fa78afebcf Update Go to 1.16.8
- 567c01f6d1 seccomp: add support for "clone3" syscall in default policy
- 07728cd2bd update runc binary to v1.0.2
- 964768f200 cmd/dockerd: add the link of "the documentation"
- bce32e5c93 Merge pull request #4 from moby/20.10-GHSA-v994-f8vw-g7j4-chroot-mkdir
- f0ab919f51 Merge pull request #2 from moby/20.10-GHSA-3fwx-pjgw-3558_0701-perms
- 80f1169eca chrootarchive: don't create parent dirs outside of chroot
- 93ac040bf0 Lock down docker root dir perms.
- b0c0b73798 bump up rootlesskit to v0.14.4

Changes for cli:
- b485636f4b Merge pull request #3331 from thaJeztah/20.10_backport_bump_go_1.16.9
- 241523cc1a Merge pull request #3334 from thaJeztah/20.10_backport_docs
- 9989fdbc40 Update most links in docs to use https by default
- 0e20c1fd21 Update Go to 1.16.9
- c4cb29837f Merge pull request #3335 from thaJeztah/20.10_backport_remove_seccomp_warning
- 0b56256638 Merge pull request #3336 from thaJeztah/20.10_backport_update_xx_image
- 1c0927a041 Dockerfile: update tonistiigi/xx to 1.0.0-rc.2, add XX_VERSION arg
- 82f9d5921b info: skip client-side warning about seccomp profile on API >= 1.42
- adb01ca79d docs: some minor touch-ups in checkpoint reference
- 8260476a06 docs: remove trailing space to fix generated YAML format
- aa5b6b7728 Merge pull request #3326 from thaJeztah/20.10_backport_docs
- 859e303655 Merge pull request #3268 from thaJeztah/20.10_backport_add_redirect
- bce2e1f953 docs: create.md: typo fix
- 44064f51c8 Fix typo in documentation - build.md
- 292779add5 Add doc for BUILDKIT_PROGRESS env var
- f2e79b826c docs: use "console" code-hint for shell examples
- fa46b92361 docs: rewrite reference docs for --stop-signal and --stop-timeout
- 400f81089a experimental: fix broken link to "checkpoint and restore" page
- c72057c8db docs: move checkpoint/restore doc from experimental into reference
- 77db97d595 Use private network address for default-address-pools setting in daemon.json example
- cbf0d2b7b7 docs: fix some broken anchors
- d0014a86bc docs: fix description of restart-delay to mention max (1 minute)
- 6c1c8b55aa docs: fix search results by filterd is-official
- c2ea9bc90b Merge pull request #3 from moby/20.10_backport_go_1.16.8
- 44fdac11f5 Update Go to 1.16.8
- 893e52cf4b Merge pull request #2 from moby/cli-GHSA-99pg-grm5-qq3v-default-authconfig-20.10
- 061051c24d docs: add missing redirect, and remove /go/experimental redirect
- 42d1c02750 registry: ensure default auth config has address

Signed-off-by: Ricardo Salveti <[email protected]>
(cherry picked from commit 1348317)
doanac added a commit to doanac/meta-lmp that referenced this pull request Apr 15, 2022
lmp: drop support for dragonboard 410c/820c
quaresmajose pushed a commit that referenced this pull request Nov 9, 2022
Relevant changes:
- 9acf9d1 Merge pull request #2 from ricardosalveti/kirkstone
- d06eb83 device-tree: update license (fix obsolete license warning)

Signed-off-by: Ricardo Salveti <[email protected]>
quaresmajose pushed a commit that referenced this pull request Nov 9, 2022
Relevant changes:
- bac5f428 Merge pull request #2 from ricardosalveti/kirkstone
- dda6974a device-tree: update license (fix obsolete license warning)
- d73929ce xilinx-core: drop lopper.bbappend
- f73349c1 arm-trusted-firmware: fix license description

Signed-off-by: Ricardo Salveti <[email protected]>
quaresmajose pushed a commit that referenced this pull request Jan 10, 2023
….0-repor.patch to apply cleanly

ERROR: hyperstart-v0.2+gitAUTOINC+15bb718ad3-r0 do_patch: Fuzz detected:

Applying patch 0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch
patching file src/container.c
Hunk #2 succeeded at 118 with fuzz 1 (offset 17 lines).
Hunk #3 succeeded at 148 (offset 18 lines).
Hunk #4 succeeded at 158 (offset 18 lines).
Hunk #5 succeeded at 167 with fuzz 1 (offset 18 lines).
Hunk #6 succeeded at 197 (offset 20 lines).
Hunk #7 succeeded at 222 (offset 20 lines).
Hunk #8 succeeded at 240 (offset 20 lines).
Hunk #9 succeeded at 277 (offset 20 lines).
Hunk #10 succeeded at 285 (offset 20 lines).
Hunk #11 succeeded at 325 (offset 27 lines).
Hunk #12 succeeded at 583 (offset 30 lines).
Hunk #13 succeeded at 646 (offset 30 lines).
Hunk #14 succeeded at 664 (offset 30 lines).
Hunk #15 succeeded at 749 (offset 30 lines).
Hunk #16 succeeded at 769 (offset 30 lines).
Hunk #17 succeeded at 778 (offset 30 lines).

The context lines in the patches can be updated with devtool:

    devtool modify hyperstart
    devtool finish --force-patch-refresh hyperstart <layer_path>

Don't forget to review changes done by devtool!

ERROR: hyperstart-v0.2+gitAUTOINC+15bb718ad3-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Bruce Ashfield <[email protected]>
quaresmajose pushed a commit that referenced this pull request Jan 10, 2023
* as mentioned in:
  lkundrak/dev86#17
  the original lkundrak repo is no longer maintained

* pass only BASE_PV as VERSION in EXTRA_OEMAKE to prevent:
  | version.h:4:20: error: ‘gitAUTOINC’ undeclared (first use in this function)
  |  #define VER_PAT 21+gitAUTOINC+e254e0b196
  |                     ^

* there are many new commits, we need at least that fix for
  newer gperf

git log --oneline v0.16.21..jbruchon/master
e254e0b (jbruchon/master) Merge pull request #21 from tkchia/master
3473bde [libc] update _signal syscall semantics, per ABI change in ELKS at ghaerr/elks#629
d74e90d Merge pull request #20 from tkchia/tkchia/update-syscalls
541a8d5 [libc] update syscall list & ino_t type, per ELKS tree
710e852 Merge pull request #16 from spacerace/master
b215454 Merge pull request #17 from mfld-fr/master
870635e Move EMU86 & MON86 to standalone projects
84e3d00 [mon86] Latest touch before moving
c2f288c [emu86] Latest touch before moving
f7449f3 libc tests for MSDOS target (far away from complete ;))
6cbd64d fixing problem in string.h introduced by myself -.-
39e04cd Merge branch 'master' of https://github.com/spacerace/dev86
b44e43d Added OpenBSD's timingsafe_bcmp() and timingsafe_memcmp()
857c30e Added BSD's strlcat() and strlcpy(), safe string copy/cat
0764e09 typo in string.h
2fb6a3a swab()
4e09d08 strupr()
2bd985f strset()
5a7bb33 strrev()
56be26a strnset()
c919b2d strlwr()
b63f295 h+Mf bzero() strnset() strset() strlwr() strupr() strrev() swab()
5985246 removed old implementation of strstr. if anyone needs this file => remains in git history
7b481c0 added bzero()
776929c Merge pull request #15 from spacerace/master
8206ed2 stdlib.h + Makefile changes for getenv() and system()
b995d1e getenv() implementation
60466fe system() implementation
12439ac note on __mkenv (related to getenv commits from me)
aae041a removed empty line on top of file
6d6d91f removed uneeded empty file (see sound.c)
ff7d37e formatting (tabs)
246418a formatting in one line fixed
4ff1f48 Merge pull request #14 from mfld-fr/emu86
1b8f8db Add data & suspicious opcode breakpoints
798c4a2 Merge pull request #13 from rdebath/jbruchon
2eb4d82 Add .travis.yml for running "make distribution" tests.
2ea54e1 Merge pull request #12 from mgorny/makez
f14f78e build: Always use $(MAKE) to spawn sub-make
dfb9b42 Merge pull request #11 from mfld-fr/emu86
6ae2b54 Make dev86 working "in tree"
224843f Merge pull request #10 from mfld-fr/emu86
e56a958 [emu86] Test against ELKS - Round 3
0099ec8 Merge pull request #9 from mfld-fr/emu86
32865c8 [emu86] Test against ELKS - Round 2
e1aa9bd Merge pull request #8 from mfld-fr/emu86
c7ebb2a [emu86] Optimize execution lookup
57019a7 [emu86] Complete decoding optimization
de516a5 [emu86] Fix mfld-fr#21 : opcode 90h (NOP)
40f7c99 [emu86] Optimize decoding < C0h
91d4c61 [emu86] Fix mfld-fr#16 : add pcat timing options
d519caf [emu86] Fix mfld-fr#14 : trace support
3a479e7 [emu86] Check vector before interrupt
7eec401 Optimize decoding < 80h
98334d3 Fix mfld-fr#8 and warning cleanup
0579c82 Merge pull request #7 from mfld-fr/master
49492b9 [emu86] Add option for tiny model
da6a960 [emu86] fix #19 : remove PT1 test
e3b465f [dis88] Move back from ELKS
f2ea895 Merge pull request #6 from mfld-fr/master
b0700f4 [mon86] First stage removal after second validated
6ef705d [mon86] Fix #18 : Complete host tool
1fa5a70 Fix #10 and #11 : Target specific code
22c7770 Merge branch 'bug86'
e25c996 [mon86] Tune host tool for read & write
47aadb5 [mon86] Fix #15 : Cleanup in host tool
ae7c628 [mon86] Makefile for host part + more testing
ae6c84a [mon86] New host tool + fix context parsing
c9205ac Add missing void types to libc/misc/qsort.c
7a4f074 unproto: fix macOS Sierra compilation error reported by scontini76
ac6d924 unproto: better CFLAGS
f86ad57 bcc: if EOF is hit before end of comment, report it as an error
fcdbcd7 limits.h: add PATH_MAX
7239fea include: Add a skeleton for inttypes.h
f3e88f9 Remove accidental ignoring of "include"
0ac417a Merge branch 'master' of https://github.com/jbruchon/dev86
74753fa Fix size_t declaration, add ssize_t declaration
4be53b7 Merge pull request #5 from mfld-fr/master
d5ecd9c [mon86] Second stage tested on real SBC
81b0ab2 [mon86] Second stage monitor completed
b55cbbc [mon86] Trace & break interrupt support
18a5ba8 Merge pull request #4 from mfld-fr/master
77f028b [mon86] First stage monitor completed
07689d4 Merge remote-tracking branch 'upstream/master'
e043007 Revert accidental bcc changes in commit 3c83dee
495b99a [emu86] Test against ELKS - Round 1
5508efa Merge pull request #3 from mfld-fr/master
8aa3313 [emu86] Testing against a real ROM - Round 1
d8ac93e [emu86] Fixed #7 : segment selection & override
5b521d6 [emu86] Test against a real POST - Round 2
3c83dee [emu86] Test against a real POST - Round 1
b45a3d2 [emu86] Command line options
345513c [emu86] Fixed #6 : simplified variable size
2d7d316 [emu86] Fixed #2 + FAR call & ret
8ac48bf Import MON86 standalone project needed by EMU86
1da15c0 Bug fixes after EMU86 testing
1dc5fd3 Merge pull request #2 from mfld-fr/master
24935c0 [emu86] Final touch before the weekend
9090120 [emu86] Fixed #5 : redirect serial I/O to PTS
96dfb1a [emu86] Added memory and stack dumps
4fbcead [emu86] Fixed #1 : move reg num out of val struct
205e47d Improved EMU86 for MON86 testing
377ed40 Merge branch 'master' into emu86
fd3cf7e Added partial ZF and CF flags support
c758426 Merge pull request #1 from mfld-fr/master
72ad336 Merge branch 'master' of git://github.com/jbruchon/dev86 into emu86
2d8398b More support of 8086 instruction set
b2eadba EMU86 second draft
9a8e116 EMU86 first draft
fb3b436 Revert "fix linker alignment for .bss segment"
bf19066 Merge https://github.com/anchorz/dev86-1
4e8476e Revert "copt: fix a minor glitch in copt/rules.86"
1bcc185 Merge remote-tracking branch 'upstream/master'
b0426b2 Force output of initial segment directive
a44b267 fix linker alignment for .bss segment
c0832c8 under CYGWIN bcc requires -o option to compile an .o file otherwise it ends up as .exe and cannot link
80d485b (origin/master, origin/HEAD) Add stdint.h header to recognize some C99 types
29dbfca libc/msdos: program name missing in argv[0]
b0e9b25 libc/msdos: __mkargv es register changed
4a350d3 ar: rename of temporary libary fails on some platforms
cf72284 copt: fix a minor glitch in copt/rules.86
ce888f6 Allow copt rules with empty outputs; fix minor glitch in copt/rules.86
4ed1997 bcc/dbprintf.c: ix implicit declaration warnings
9de6f00 Make a.out.h portable to 64 bit systems
7eae1c0 Change strstr() to Jody's two-way implementation
2f53e83 Add a .gitignore file
c21e14a initial version with minimal routines
fa9c32e Add stdint.h header to recognize some C99 types
6e8432b Minor style cleanups
b7a191c Add "make distclean" and make it really clean everything
dab04fb bootblocks: long -> int32_t for proper building on 64-bit hosts
0d9ee41 bootblocks requires as86_encap to build

Signed-off-by: Bruce Ashfield <[email protected]>
quaresmajose pushed a commit that referenced this pull request Jan 10, 2023
* fixes:
  ERROR: uxen-guest-tools-4.1.7-r0 do_patch: Command Error: 'quilt --quiltrc /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/uxen-guest-tools/4.1.7-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0  Output:
  stdout: Applying patch fix-Makefile-for-OE-kernel-build.patch
  patching file Makefile
  Hunk #1 FAILED at 1 (different line endings).
  Hunk #2 FAILED at 19 (different line endings).
  2 out of 2 hunks FAILED -- rejects in file Makefile
  Patch fix-Makefile-for-OE-kernel-build.patch does not apply (enforce with -f)

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Bruce Ashfield <[email protected]>
quaresmajose pushed a commit that referenced this pull request Jan 10, 2023
Podman now installs the systemd service and socket by default, so
we can drop our custom installation of those elements, otherwise the
build is unchanged.

Bumping libpod to version v4.0.1-11-g717edd7b8, which comprises the following commits:

    0f626c377 Bump to v4.0.3-dev
    342c82593 Bump to v4.0.2
    bd5ff1c32 Update release notes for v4.0.2
    791c8c347 Revert "use GetRuntimeDir() from c/common"
    cc4a70c80 Revert "Option --url and --connection should imply --remote."
    ca980c2e0 Option --url and --connection should imply --remote.
    cfcc0d639 Bump to v4.0.2-dev
    c8b9a2e3e Bump to v4.0.1
    b1ffa822f Update release notes for v4.0.1
    de9f22805 Fix a potential flake in volume plugins tests
    697dd2890 Propagate $CONTAINERS_CONF to conmon
    c559e4e6f tests: Remove inaccurate comment
    3718d096b System tests: show one-line config overview
    e1d5c812d provide better error on invalid flag
    2b85f62a2 use GetRuntimeDir() from c/common
    82f4760de kube: honor --build=false and make --build=true by default
    e356dfe06 system tests: cleanup networks on teardown
    71b0909f2 Remove the runtime lock
    ee7cf3cc2 Don't log errors on removing volumes inuse, if container --volumes-from
    eb9fe52a5 kube: honor mount propagation mode
    a0c34d64a Load ip_tables modules at boot
    e8d7e580a Cirrus: Disable F34 aka prior-fedora testing
    7b106f5b6 Cirrus: Update VM Images for 4.0 release
    d59749d64 Bump to v4.0.1-dev
    49f8da727 Bump to v4.0.0
    84c8870ac Release notes for v4.0.0 final
    15cb91855 Fix lint
    ae9ad416a Fix manifest 4.0 Endpoints Branch forced 4.0 only endpoints
    1a8c715f1 Introduce podman machine init --root=t|f and podman machine set --root=t|f
    f71dfcb5d Initial implementation of mac forwarding using a privileged docker sock claim helper
    2128236da ignition: propagate proxy settings from a host into a vm
    809da6b0b Update to podman4 copr stream
    bd8ac0017 Unify ls --filter docs for networks and pods
    77e51e188 e2e: merge after/since image-filter tests
    8ad29421e podman network: add documentation for netavark
    f35e03ec8 create: Fix key=value annotation in the flag output
    22cfa9860 enable netavark specific tests
    d77b4f92c Fix checkpoint/restore pod tests
    a72e22160 Make sure building with relative paths work correctly.
    975d79aed Add 409 response to swagger godoc
    421b7466c Fix images since/after tests
    04badc2c9 Changes of docker descriptions
    09708bee9 Fix images since/after tests
    35a4f32be Changes of docker descriptions
    629d86445 Temporarily pull machine images from side repo
    a6fbfd47c Cirrus: TODO: netavark/aardvark release branches
    e5644bbf1 Cirrus: Expand netavark testing to include rootless
    1656a2335 Cirrus: Minor - limit release task applicability
    afb39f2e4 Cirrus: Add [CI:BUILD] magic that only builds
    926c3b08a CI: fix nightly builds
    1e3115cf4 Cirrus: Log netavark/aardvark binary build info.
    66a3be370 Cirrus: Add netavark/aardvark system test task
    6b0d4d915 Cirrus: Also download aardvark-dns binary
    b63f61f5c Cirrus: Add e2e task w/ upstream netavark
    6a3de9351 Revert minimum API change
    9688a462e netavark e2e tests
    92790e98c Bump to v4.0.0-dev
    d7d79ce81 Bump to v4.0.0-RC5
    5356e36b8 Update release notes for v4.0.0-RC5
    77ca2498e Modify /etc/resolv.conf when connecting/disconnecting
    f8cd4df1b Do not set the network config dir to cni plugin dir
    d0fccbbbb Show API doc for several versions
    e7998b122 [NO NEW TEST NEEDED] Add schema for ImageCreate 200 response.
    6d01b6dd6 fix: Multiplication of durations
    ed60f8908 move rootless netns slirp4netns process to systemd user.slice
    7e37c608f compat: endpoint /build must set header content type as application/json in reponse
    9aee36b76 Cleanup: remove obsolete/misleading bug workaround
    b1b9a0d7a tests: retrofit healthcheck system tests
    74cba33c7 healthcheck, libpod: Read healthcheck event output from os pipe
    7ec63f092 Fix: Do not print error when parsing journald log fails
    d62a0204d Bump github.com/buger/goterm from 1.0.1 to 1.0.4
    bcd5f5ead append podman dns search domain
    b1bf91a22 Podman pod create --share-parent vs --share=cgroup
    85c0fe7dc System tests: revert emergency skip of checkpoint tests
    71d151449 Add version guard to libpod API endpoints
    345413540 [v4.0] Bump c/common to v0.47.4
    7499496f3 idmap should be able to be specified along with other options
    e47a3bec9 Vendor in containers/buildah v1.24.1
    cad3eb78b Bump to v4.0.0-dev
    0c9648136 Bump to v4.0.0-RC4
    c1618042f Disable failing E2E test
    70623790d Revert "Move each search dns to its own line"
    48f10e1d0 Move each search dns to its own line
    938d5152c Update release notes for v4.0.0-RC4
    99968002f Document `schema` values in the `--url` flag
    6d747dca2 podman image scp syntax correction
    e0cbcdc33 system prune: remove all networks
    8f3f0710f Only change network fields if they were actually changed by the user
    fb6fca806 docs: clarify rootless net stats
    cad6459b6 Fix size to match Docker selection
    06821627f libpod: enforce noexec,nosuid,nodev for /dev/shm
    44cd232be Clarify remote client means Mac and Windows
    9d3bcb587 libpod: report slirp4netns network stats
    f65b62c98 Add notes to "--oom-kill-disable" not supported on cgroups V2
    178cccbf9 Fix use of infra image to clarify default
    97c8bdfeb Adapt podman images ls filters docs to be aligned with prune filters docs
    49076ba87 ignition, machine: delegate cpu,io cgroup controllers to machine's default users
    0c9a8ac07 pkg/bindings/images.Build(): slashify "dockerfile" values, too
    3b565bacf Remove mention of IPv6 portfwd from release notes
    10a966a2a Bump to v4.0.0-dev
    9b441c0dd Bump to v4.0.0-RC3
    f5dfe026d Update release notes for v4.0.0-RC3
    ebf5ad50e Fix Cirrus destination branch
    e64e6500d volume: add support for non-volatile upperdir,workdir for overlay volumes
    a928d39d0 github: label issues based on os fix regex
    525bdc377 github: label issues based on os
    4c26a3a5c Cirrus: Fix get_ci_vm.sh initial setup
    d455bb879 System tests: emergency skip of checkpoint tests
    6961d9120 network create: allow multiple subnets
    86547cc24 Update troubleshooting.md
    24dc02064 Fix sort ordering of filters
    63b1557a2 Unify podman prune filter description: volumes, networks, system
    4a4d86d40 Bump Buildah to v1.24.0
    6336e1ff1 rootless: drop permission check for devices
    77cd38d40 switch podman image scp from depending on machinectl to just os/exec
    ab22a688d Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0
    991652988 Bump github.com/containers/storage from 1.38.0 to 1.38.1
    9073b56a3 change location of where make outputs podman binary on osx
    72ddacdbe Github workflow: Fix parsing of GraphQL response JSON
    6df245c6e Github-workflow: Fix YAML syntax
    44a87229b Update godoc, swagger using wrong struct
    e4636ebdc Makefile: install targets independent of build
    42e1c2981 [CI:DOCS] Fix typos and improve language
    7cdb00a45 CI: enable rootless-remote system tests
    98739237e pkg/specgen/generate/security: fix error message
    29e89da1a Github workflow: Send e-mail on job error
    0d42d9f8d Github workflow: Update Cirrus-cron GraphQL query
    dbfe79757 remote build: set rootless oci isolation correctly
    8099a61b6 [CI:DOCS] Fix typos and improve language
    80a5295d4 Fix handling of duplicate matches on id expansion
    1cddd6397 Show correct default values or show none
    e252b3b4f exec: retry rm -rf on ENOTEMPTY and EBUSY
    2f371cb12 container create: do not check for network dns support
    75e6994d4 libpod: fix leaking fd
    f6e36a649 libpod: fix connection leak
    e68d188f6 [CI:DOCS] fix typo subpordinate
    aff6a5af8 Fix filter description and unify filters docs for containers/images prune
    7938f32c5 Remove unused param and clean API handlers
    e834297b3 Restore machine start logic that was hanging
    c81a616ca Bump to v4.0.0-dev
    71238d3cc Bump to v4.0.0-RC2
    b29640c78 Final release notes for v4.0.0-rc2
    5736649eb Run codespell on code
    f6bb60087 Update release notes for Podman v4.0.0
    653da8fe8 Fix #2 for compat commit handling of --changes
    9d815707e Fix nil pointer dereference for configmap optional
    0b5136c7c Make error message matching in 030-run.bats less fragile
    9241b4e34 Don't explicitly check for crun|runc in package information
    2947ded7a Don't segfault if an image layer has no creation timestamp
    1c0fdba4f compat: remove hardcoded index from load images output report
    9df31cfb7 compat: images/load must be able to load tar with multiple images
    47df14af5 System tests: fix for new systemd on rawhide
    ee039b740 Remove rootless_networking option from containers.conf
    e22b9889d vendor c/[email protected]
    1f85244ab Engine.Remote from containers.conf
    2c492be00 vendor: bump c/common and other vendors
    7046e7804 rootless: report correctly the error
    2d0b5ebb5 Implement API forwarding for podman machine on Windows
    4693fc6db Implement env parsing on Windows
    c674d3cc7 Handle changes in docker compat mode
    dbaaef5c4 Show package version when running on alpine
    b9a2d8698 Handlers for `generate systemd` with custom dependencies
    abcd29239 APIv2 tests: followup to recent log test
    4b384e08a Add IndexConfigs to compat /info endpoint
    a0165a64b Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0
    af6a43fa4 apiv2 test: add regression test for #12904
    4d1c327ed SECURITY.md: fix the project name
    c0e072346 rename --cni-config-dir to --network-config-dir
    7e30531f2 compat attach: fix write on closed channel
    774271c38 upgrade all dependencies
    38fbc8af1 Revert "Cirrus: Temporarily disable OSX Cross task"
    4adf457ff Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0
    bd09b7aa7 bump go module to version 4
    f23e8ca67 [NO NEW TESTS NEEDED] add builddeps to copr template
    471a4356b CI: rootless user: also create in some root tests
    c8124b88a [WIP] Tests for podman image scp (the sudo form)
    141de8686 Revamp Libpod state strings for Docker compat
    860463d97 Cirrus: Temporarily disable OSX Cross task
    06ad51c83 update c/common to latest
    10d969ff1 Use PODMAN_USERNS environment variable when running as a service
    6bca61e0f Unify the method of parsing filters in cmd
    3c2a5947c fix default branch links
    d6e55577c [CI:DOCS] fix default branch links
    bb3097cd0 [CI:DOCS] Unprivileged native overlayfs is now supported
    ab8a50848 [CI:DOCS] Fix typo in --env
    420303b94 Recursively copy cert files.
    8a7e70919 Refactor manifest list operations
    350765e79 Add rpkg template for COPR autobuild
    607cb80bf Fix cgroup mode handling in api server
    a15dfb364 Standardize on capatalized Cgroups
    13917dfab test/system: podman run update /etc/hosts
    14940a067 Remove two GetImages functions from API
    72ab66d88 Use fully-qualified device name in CDI test
    968deb7c2 Use new CDI API
    96be2bb3d troubleshooting links to main branch
    bf3734ad5 Podman Build use absolute filepath
    699683010 Prohibit --uid/gid map and --pod for container create/run
    a4cef5435 podman container rm: remove pod
    ece768ff9 Manual fixes for PR #12642:
    92e787521 podman build enable --all-platforms and --unsetenv
    fa6405c3c use events_logfile_path from containers.conf for events log.
    f257d9839 Podman Pod Create --sysctl support
    b7fe25dc2 Wait for podman stop to complete
    194d14ca2 libpod: fix check for systemd session
    8dc2464b0 libpod: refine check for empty pod cgroup
    b24063582 fix buildah-bud test diff
    85f9cf390 upgrade test: check that network backend is cni
    918890a4d use netns package from c/common
    0151e10b6 update buildah to latest and use new network stack
    858b21064 podman image scp: implement --quiet
    495884b31 use libnetwork from c/common
    fde6ad637 Add --noout option to prevent the output of ids
    5aedcb364 remote events: convert TimeNano properly
    47374aac8 Bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0
    485305a5f vendor latest c/common
    6e208c222 add additional fields to podman machine ls --json
    6fa077750 buildah bud tests: skip failing tests
    83b0fb469 Fix permission on secrets directory
    8f2358eea Add podman rm --depend
    f04465bfe fix host.containers.internal entry for macvlan networks
    6d5ad9c11 It takes some time to start a VM
    c085fb3c9 Pretty Print output of podman machine ls --format json
    19a475906 Use the InfraImage defined in containers.conf
    799078216 Cirrus: Freshen VM images
    0e4e5cf99 Revert "Cirrus: Temp. ignore gitlab task failures"
    a95c01e0e pkg: use PROXY_VARS from c/common
    a8b02cf4b ignition: add support from setting SSL_CERT_FILE
    5c363ff27 ignition: propogate HTTP proxy variables from host to remote
    18785450e Bump to v4.0.0-dev
    9d26c1abb Bump to v4.0.0-RC1
    508f9b76e System tests: fix RHEL8 gating tests
    b7380a7c3 vendor c/common
    01ba2531b Remove dead RuntimeOption functions
    0933f6c0b Update docker cli message for case where user creates directory
    4dc5a5b15 Don't add env if optional and not found
    a8a3e8bc9 Fix type-o in podman.wxs
    37c0b27b6 [CI:DOCS] fixes indentation of example pod yaml
    7dada6d49 Prevent double decoding of storage options
    f68890815 Emergency system-test fixes
    1941d45e3 add OCI Runtime name to errors
    2a524fcae fix healthcheck timeouts and ut8 coercion
    4191616cc Don't rename pod if container has the same name
    13f3fd255 Set volume NeedsCopyUp to false iff data was copied up
    7a24be6ad Fix CI
    680923743 correct typo words in docs
    64df41755 Change Tests to ignore missing containers when removing --all
    79c5b73ed test/e2e/pod_initcontainers: fix a flake
    cf7fc3695 test/e2e/run: don't use date +%N on Alpine
    2e0d3e9ea Support all volume mounts for rootless containers
    32e845028 Fix wrong 'podman search --format' placeholder
    0c6ae3ab2 Fix Container List API call to return mount info
    76a944b14 fix misleading comment regarding default value of cpu period [NO NEW TESTS NEEDED]
    c496001d0 add --ip6 flag to podman create/run
    116a276e8 legacy events: also set exitCode
    f6a3eddd2 Don't initialize the global RNG with GinkgoRandomSeed() in e2e tests
    90e74e794 Avoid collisions on RemoteSocket paths
    ee146a9ab Refactor remote socket path determination in tests
    a8e223faf fix doc
    2ff5644bf test/system: podman run image with filesystem permission
    fc65b0f73 test/system: podman run with log-opt option
    1e3434d11 Update swagger documentation
    6630e5cf6 Make it possible to select the volume driver
    a3326e23d Check the mount type for future compatibility
    8e7eeaa4d Implement virtfs volumes for podman machine
    ec32430a0 [CI:DOCS] Add example of cpus to init command
    a2687783d prefix imageId with sha256: in containers list test for compat API ImageId
    289270375 Pod Security Option support
    f21744939 ignition: add certs from current user into the machine while init
    410082f25 docs: sort swagger operations alpabetically
    7117d5605 .service file removal on failure
    803defbe5 Introduce Windows WSL implementation of podman machine
    f6d00ea6e podman image scp never enter podman user NS
    e8c06fac9 Allow users to add host user accounts to /etc/passwd
    1aa4e4d4d container creation: don't apply reserved annotations from image
    cbcab4342 [CI:DOCS] clarify `io.podman.annotations.seccomp`
    d669dbfb9 Error out early if system does not support pre-copy checkpointing
    b746b2256 Update go-criu to v5.3.0
    cb4f498e4 [CI:DOCS] docs: document rootless userns mappings
    3ac5999f8 Switch to a new installer approach using a path manipulation helper
    207823eb0 e2e: Add dev/shm checkpoint/restore test
    f3d485d4d Enable checkpoint/restore for /dev/shm
    2d7dbda41 Update github.com/checkpoint-restore/checkpointctl
    af1dbbfb7 Always run passwd management code when DB value is nil
    a5e49d966 Warn on use of --kernel-memory
    04dbbd96b support hosts without /etc/hosts
    20ce6e5c6 Podman run --passwd
    fca66b6cb ci: force scratch build for crun
    64ce6949f Use hosts public ip address in rootless containers
    b1f5e861b compat: image normalization: handle sha256 prefix
    89ee302a9 specgen: honor userns=auto from containers.conf
    bb096c3bf [CI:DOCS] Small checkpoint/restore man page fixes
    1ddb49c66 [CI:DOCS] Explicitly mention that checkpointing systemd containers might fail
    3570c38ff vendor: update containers/storage
    48cb44651 build: fix test for subid 4
    46a094a7a test: add --rm to podman run commands
    af6bcd086 fix(generate): fix up podman generate kube missing env field bug
    a1ebde118 legacy events: also set Action="die"
    a837984c4 rootless: include the args in the debug message
    5cbc6b62d apiv2 tests: use quay.io/libpod/testimage:20210610 for platform tests
    12d762f8e image rm: allow for force-remove infra images
    6423174c6 tests: adjust old build test to expect exit code
    28018ce60 Test for checkpoint specific inspect fields
    bc3389e21 Add more checkpoint/restore information to 'inspect'
    f566d8b8e build: relay exitcode from imagebuildah to registry
    e88c21366 Removed .service file for healthchecks
    a86495ea6 Set machine timezone
    459e78414 MovePauseProcessToScope do not seed everytime
    f241efb17 bindings rmi test: clarify behavior
    03a3fc37f bump cobra to 1.3.0
    6cde9255f .github: revert to the old template
    4243ca93a oci: configure the devices cgroup with default devices
    3b6510da6 kill: fix output
    5392ff51c e2e: search flake: skip test on registry.redhat.io
    7b51acd4c APIv2 tests: fail on syntax/logic errors
    51a4bef2e Show --external containers even without --all option
    0a2eb7b18 apiv2 tests: refactor complicated curls
    888c778ee fix network id handling
    afdb4dc22 Update Windows Install Doc
    52b12fe98 Fixes #12063 Add docker compatible output after image build.
    65d5a2b68 pause scope: don't use the global math/rand RNG
    ef325bc8c specgen: check that networks are only set with bridge
    094e1d70d container restore/import: store networks from db
    3e9af2029 play kube add support for multiple networks
    535818414 support advanced network configuration via cli
    d072167fe Add new networks format to spegecen
    46938bbf8 fix incorrect swagger doc for network dis/connect
    4791595b5 network connect allow ip, ipv6 and mac address
    9ce6b6413 network db: add new strucutre to container create
    4e8ad039c remove unneeded return value from c.Networks()
    5490be67b network db rewrite: migrate existing settings
    5f1f62f0b network ls: show networks in deterministic order
    5a071d9f5 Bump github.com/docker/docker
    1fff76c3c pprof flakes: bump timeout to 20 seconds
    50501f49a Add secret list --filter to cli
    8cb93ac10 Cirrus: Temp. ignore gitlab task failures
    81a0a7984 compat build: adhere to q/quiet
    5bbcfaf4a Make XRegistryAuthHeader and XRegistryConfigHeader private
    3cfefa124 Remove the authfile parameter of MakeXRegistryAuthHeader
    d79414c54 Simplify the header decision in pkg/bindings/images.Build a bit
    f9be32627 Remove the authfile parameter of MakeXRegistryConfigHeader
    935dcbb00 Remove no-longer-useful name variables
    0e29b8975 Consolidate creation of SystemContext with auth.json into a helper
    fe1230ef7 Remove pkg/auth.Header
    3725a34cb Call MakeXRegistryAuthHeader instead of Header(..., XRegistryAuthHeader)
    78dd79752 Turn headerAuth into MakeXRegistryAuthHeader
    d073b1275 Call MakeXRegistryConfigHeader instead of Header(..., XRegistryConfigHeader)
    8155fb565 Turn headerConfig into MakeXRegistryConfigHeader
    29f408871 Move the auth file creation to GetCredentials
    9d56ebb61 Consolidate the error handling path in GetCredentials
    da86a2328 Only look up HTTP header values once in GetCredentials
    1589d70bc Use Header.Values in GetCredentials.has
    2946e8349 Beautify GetCredentials.has a bit
    1ecc6ba72 Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeader
    6f1a26b04 Simplify parseSingleAuthHeader
    7674f2f76 Simplify the interface of parseSingleAuthHeader
    2aeb690d3 Don't return a header name from auth.GetCredentials
    491951d66 Fix normalizeAuthFileKey to use the correct semantics
    1b6bf9713 Rename normalize and a few variables
    d29a4a6d1 Add TestHeaderGetCredentialsRoundtrip
    ad7e5e34f Add tests for auth.Header
    5a5aa6009 Improve TestAuthConfigsToAuthFile
    ff003928b Add unit tests for singleAuthHeader
    b162d8868 Add unit tests for multiAuthHeader
    bc191ca7d fix e2e test missing network cleanup
    99bc00421 pprof CI flakes: enforce 5 seconds grace period
    1d781ccbe [NO NEW TESTS NEEDED] rootless: declare TEMP_FAILURE_RETRY before usage (Fixes: #12563)
    593d0907c --hostname should be set when using --pod new:foobar
    a63035be2 Cirrus: Use cached swagger binary
    6d19ecadc inotify: make sure to remove files
    18854f566 System tests: remove rm_pause_image()
    b526a0ccd specgen: honor empty args for entrypoint
    2d517b687 generate systemd: support entrypoint JSON strings
    6c05961ba Bump github.com/uber/jaeger-client-go
    d7f6f4e88 remove runlabel test for global opts
    0999245e4 utils: reintroduce moveToCgroup
    99e9fcdb6 autocopr: distro conditionals for containers-common
    d87a9b788 vendor c/image/v5@main
    2130d1853 Update vendor or containers/common moving pkg/cgroups there
    7d0fd175f volume: apply exact permission of target directory without adding extra 0111
    851349345 Cirrus: Remove remnants of nix-based static build
    d35aa3f29 Refactor podman pods to report.Formatter
    3753347d6 rootless netns: resolve all path components for resolv.conf
    eee3a42b7 tests: clean up FIXMEs and noise
    207065ce9 fix remote run/start flake
    6d7e6d744 e2e: fix pprof flakes
    c91fb244c Bump github.com/opencontainers/runc from 1.0.2 to 1.0.3
    76f5100be vendor c/common@main
    527fd3c0f Escape trailing slash in install directory location so the closing quote is not escaped
    e89a62602 centos 9 stream cannot use %autochangelog
    7d22cc88e Refactor podman system to report.Formatter [NO NEW TESTS NEEDED]
    8e0532623 add spec file for automated copr builds
    c9ad1da51 Add restart-sec option to systemd generate
    2e132d1d4 Fix documentation of (podman image save --compress --uncompressed)
    952046ffd Improve documentation of (podman image save --format)
    7d331d35d Add support for configmap volumes to play kube
    bd9f8815e cmd, push: use the configured compression format
    aafbaa497 [CI:DOCS] logformatter: fix corner case with links
    ecd48325f UPdate vendor of image-spec and containers/storage
    fe1cdab59 vendor: update containers/common
    babc69367 Update doc to explictly mention using ed25519 in ssh keys
    61792de36 Refactor podman image command output
    6cb25b3d1 Manual fixes
    eb1212bed Same thing, with BeNumerically("==", x)
    c0a8814fb Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))
    92f9e1176 Same thing, for BeNumerically("==", 0)
    7c6123f8e Use BeEmpty() instead of len(x).To(Equal(0))
    c67649546 Same as previous, for assertions other than Equal()
    478f2da5d e2e tests: a little more minor cleanup
    8d6d9df40 compat API: push: report size of manifest
    2683ecbbc compat: images/json
    a0e696411 Add ashley-cui, lsm5 and floutoc to owners
    65109494b remove ARTIFACT_DIR and ArtifactPath
    3ac1b9bc0 Image caches: allow overriding cache dir
    5ac66e2aa Rename CrioRoot as just Root
    3ff47748d Fix possible rootless netns cleanup race
    db3a4c070 [NO NEW TESTS NEEDED] Refactor podman container command output
    4e63f9192 Hostname in `spec.hostname` should be passed to infra ctr init opt
    0afaf7837 container, cgroup: detect pid termination
    e2b344728 top: parse ps(1) args correctly
    6673ff78d podman, push: expose --compression-format
    9ce7ade8c e2e: yet more cleanup of BeTrue/BeFalse
    f415b3055 Ensure the generated NodePort values are unique
    a948ecbb9 Allow containerPortsToServicePorts to fail
    ec686d68d Don't use the global math/rand RNG for service ports
    d48c00418 Move a comment to the relevant place
    8eb0be0a2 a few more manual BeTrue cleanups
    f7cbb1d84 Convert strings.Contains() to Expect(ContainSubstring)
    12787963b e2e tests: more cleanup of BeTrue()s
    5a56f4094 Implement 'podman run --blkio-weight-device'
    9a10e2124 systemd: replace multi-user with default.target
    5bdd571b1 compat API: allow enforcing short-names resolution to Docker Hub
    0ddb09448 Fixed the containerfile not found during remote build.
    c80a2e449 podman-remote: prevent leaking secret into image
    e7204178e podman-remote: copy secret to contextdir is absolute path on host
    bfcaf538b api: allow build api to accept secrets
    931c08157 Only open save output file with WRONLY
    f330c197b List /etc/containers/certs.d as default for --cert-path
    b63d69640 e2e tests: enable golint
    697ff213d fix: parsing of HostConfig.Mounts for container create
    2e50514ad Move the chown to after the ADDs
    cbda62d1b fix: error reporting for archive endpoint
    d5c3cc949 Bindings test: emit GIT_COMMIT, for links in logs
    bc3c5be2f checkpoint do not modify XDG_RUNTIME_DIR
    e648122b2 libpod: improve heuristic to detect cgroup
    a66f40b4d libpod, inspect: export cgroup path
    b25b33030 stats: get the memory limit from the spec
    84e81252f compat: Add compatiblity with Docker/Moby API for scenarios where build fails
    c7ebaeee0 libpod: leave thread locked on errors
    eb3708a52 Find and fix empty Expect()s
    df6aa6730 Unset SocketLabel after system finishes checkpointing
    c034147fe Remove StringInSlice(), part 2
    2fcb39586 Remove StringInSlice(), part 1
    cd59721de e2e test cleanup, continued
    533636395 Update basic_networking.md
    5cf2683bf Warn on failing to update container status
    a4e4b8d92 oci: ack crun output when container is not there
    08558b27f oci: exit gracefully if container is already dead
    dd80635df Support env variables based on ConfigMaps sent in payload
    0d1aaf080 image lookup: do not match *any* tags
    566b78dd0 generate systemd: add --start-timeout flag
    49d63ad5c Oops! Manual edits to broken tests
    97ab9176f e2e tests: clean up antihelpful BeTrue()s
    aa301225a Cirrus: Strip out static nix build
    9c8fb5cc0 Rename pod on generate of container
    2ab28140d [CI:DOCS] Update notes on java TZ in man page
    73e95d1c3 Bump github.com/containers/image/v5 from 5.16.1 to 5.17.0
    044edbb9c Fix netavark error handling and teardown issue
    13ee1788f swagger: add layers to build api docs
    022273c19 compat: add layer caching compatiblity for non podman clients
    f564c9a34 Bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0
    a8b3c67b9 Add note about volume with unprivileged container
    d173ebc06 Add EXPOSE e2e test
    02be831ce Support EXPOSE with port ranges
    ab56a7c4b compat: Add subnet mask behind IP address to match Docker API
    d06899769 [CI:DOCS] Add java TZ note to run manpage
    44b240470 Bump github.com/rootless-containers/rootlesskit from 0.14.5 to 0.14.6
    21629b050 podman-remote does not support signature-policy
    ced0ffbe8 Add tests for restore runtime verification
    c76caba36 Use same runtime to restore a container as during checkpointing
    8198e96f3 Force iptables driver for netavark tests
    501643c8b Make sure netavark output is logged to the syslog
    6011149ca filter: use filepath.Match to maintain consistency with other pattern matching in podman
    c03b6b54f Semiperiodic cleanup of obsolete Skip()s
    a3664269b [CI:DOCS]upload a translation file
    b2623ceb4 api/handlers: Add checkpoint/restore FileLocks
    84021cfdc test: Update error string for --file-locks test
    22ef7b620 fix duplicated logs command
    19400ec0d Bump github.com/docker/docker
    7f96a8d2d Bump k8s.io/api from 0.22.3 to 0.22.4
    0dae50f1d Do not store the exit command in container config
    7098463e7 Add test for checkpoint/restore with --file-locks
    6d23ea60d Add --file-locks checkpoint/restore option
    7f52bd843 Cirrus: Bump Fedora to release 35
    3ee2d2367 Cirrus: Partially revert catatonit --force install
    226be65bd Revert "Cirrus: Temp. disable prior-fedora testing"
    5bd43fbea Cirrus: Workaround log_driver=journald setting
    f3021f3f6 Cirrus: Fix bindings test hang b/c logging config mismatch
    155a443a9 Cirrus: Timeout bindings test after 30m
    3aa7076ff Cirrus: Log more things in bindings and unit tests
    d6d1ce980 Minor Makefile fix
    62d6b6bf7 rootless netns, one netns per libpod tmp dir
    2e5d3e8fb Introduce Address type to be used in secondary IPv4 and IPv6 inspect data structure.
    e83d36665 volumes: add new option idmap
    fceecc3a5 remote checkpoint/restore: more fixes
    6f6a6925b fix CI
    010bee04c fix: take absolute path for dd on apple silicon
    d6c18902e System tests: new checkpoint tests
    3073543fd rootless: use catatonit to maintain user+mnt namespace
    cb9de1007 rootless: drop strerror(errno) calls
    084e32336 rootless: reuse existing open_namespace function
    277d52686 rootless: use auto cleanup functions
    ee6271113 utils: use podman-pause-$RANDOM.scope name
    e367f4614 hack/bats: deal with new bin helpers
    422dc5e69 Change error message for compatibility with docker
    97c6403a1 rename libpod nettypes fields
    8ca300ae9 podman machine start wait for ssh
    33ec8c669 fix remote checkpoint/restore
    44d1618dd Add --unsetenv & --unsetenv-all to remove def environment variables
    364b242b7 Set config environment variables early in Podman init
    63ef7135d journald logs: keep reading until the journal's end
    014cc4b9d secret: honor custom target for secrets with run
    5df883e87 bindings: reuse context for API requests
    295d87bb0 podman machine improve port forwarding
    c21259bf8 Network test: fix podman-remote-rootless corner case
    c050f05cc filter: add basic pattern matching for label keys
    c8790bfbb cirrus: force-install catatonit
    5934e4c9b infra container: replace pause with catatonit
    58cf0d462 Revert "add kubernetes pause"
    d28b39a90 Added test for checkpoint/restore --print-stats
    914f4c890 Update man pages for checkpoint/restore --print-stats
    80e56fa12 Added optional container restore statistics
    6202e8102 Added optional container checkpointing statistics
    062c88771 Error logs --follow if events-backend != journald, event-logger=journald
    9226ccb59 Enable 'podman run --memory-swappiness=0'
    164c42b48 Fix network mode in play kube
    b1c002342 Always create working directory when using compat API
    f517510bc play kube: don't force-pull infra image
    ac38eca3f Podman Image SCP transfer patch
    6762d5e23 --authfile command line argument for image sign command.
    f35d7f4dc Cirrus: Temp. disable prior-fedora testing
    0b60b191d Cirrus: Update to Ubuntu 21.10
    3af19917a Add failing run test for netavark
    fe90a45e0 Add flag to overwrite network backend from config
    9f4d63f91 libpod: create /etc/mtab safely
    8041d44c9 Add network backend to podman info
    b2f7430b6 Add more netavark tests
    1c88f741a select network backend based on config
    3fe0c4917 Fix RUST_LOG envar for netavark
    4febe5576 netavark IPAM assignment
    eaae29462 netavark network interface
    12c62b92f Make networking code reusable
    c43b81f9a Fix flake in upgrade tests
    73e1cdfe9 export adding id-specifier code to setContainerNameForTemplate
    980c47aaa VOLUME must be declared after RUN chown command
    3690532b3 network reload return error if we cannot reload ports
    27de152b5 network reload without ports should not reload ports
    a55fdbb49 Print headers for system connection ls
    6236be4ff [CI:DOCS] Add CI check for SEE ALSO in man pages
    1ef66d6d7 podman load: support downloading files
    2720156fa Add links to all SEE ALSO sections
    df0666436 pod create: read infra image from containers.conf
    9877280f5 rootless: adjust error message
    216e2cb36 Fix rootless networking with userns and ports
    faf450ea1 support health checks from image configs
    6ee3b33d3 change from run to create in 250-systemd.bats
    d0b502fce Exclude already built sources for static build
    72cf38968 shm_lock: Handle ENOSPC better in AllocateSemaphore
    8a9da7698 Fix Zsh completion command documentation
    555e21557 Match .c files in Makefile
    65609f338 Add Static Build download instructions to README
    7225ddb5b Add links to podman build,run, create see also
    2ed31f9f1 Minor test tweaks
    8b7b0b7ca pod create: read network mode from config
    5fbc67f20 Bump Catatonit up to v0.1.7
    e907f095b test connection add
    338eb9d75 system: Adds support for removing all named destination via --all
    6444f2402 pod/container create: resolve conflicts of generated names
    f3fab1e17 podman-generate-kube - remove empty structs from YAML
    4e8bf8be4 Add some information about disabling SELinux when using system volumes
    02f67181a Fix swagger definition for the new mac address type
    5c0351cc6 Log Apache access_log-like entries at Info level [NO NEW TESTS NEEDED]
    3e1940a8e Test to check for presence of 'stats-dump' in exported checkpoints
    6b8fc3bd1 Add 'stats-dump' file to exported checkpoint
    ffa5ed0e0 Podman Image SCP rootful to rootless transfer
    7f433df7e rename rootless cni ns to rootless netns
    58f8c3d74 mount full XDG_RUNTIME_DIR in rootless cni ns
    6fee827c7 Bump github.com/checkpoint-restore/go-criu/v5 from 5.1.0 to 5.2.0
    756dda298 Keep error semantics intact
    614c6f597 Fix rootless cni netns cleanup logic
    b85e3764a tweak a couple of flag descriptions in help output
    ff92d7371 Update swagger doc make filed optional
    ba8eba83e Fix bindings container log test
    0234b153c test: run --cgroups=split in new cgroup
    001d48929 MAC address json unmarshal should allow strings
    6e6388eac Make stop message more similar to start
    449cc7a5c Implement top streaming for containers and pods
    f2115471d Handle HTTP 409 error messages properly for Pod actions
    d0dfc5e22 Add tests
    48d0d2b4a Fix swagger definitions
    48e1cca9f More conforming libpod API and swagger types
    62ee24bb7 More conforming libpod API and swagger types
    a845613d0 Better emptiness test for custom JSON serializer
    7b2531c13 System tests: enhance volume test, add debug prints
    15eb01601 add unit test to containers_test
    120ad2d3c Use correct swagger type in doc-comment
    9c34bd52f Cirrus: Authorize rootless user self-ssh
    218d91d76 Fix libpod API conformance to swagger
    e69eae645 Fix help message case for `podman version`
    9fc98f265 Fix pause usage example
    749487600 Use systemctl in local system test
    98506c961 Allow label and labels when creating volumes
    c5f0a5d78 volumes: be more tolerant and fix infinite loop
    3c79202fb Add information on how podman machine is updated
    4e9e6f21f volumes: allow more options for devpts
    e6286fbac volumes: do not pass mount opt as formatter string
    feebf1bd8 Bump k8s.io/api from 0.22.2 to 0.22.3
    960831f9c runtime: change PID existence check
    9e5cd3205 oci: rename sub-cgroup to runtime instead of supervisor
    0136a66a8 libpod: deduplicate ports in db
    e68fbf03a Set flags to test 'logs -f' with journald driver
    dcbf5cae1 Set Checkpointed state to false after restore
    ff31f2264 container create: fix --tls-verify parsing
    6b3b0a17c runtime: check for pause pid existence
    825889cc7 utils: do not overwrite the err variable
    d53789068 Fix systemd PID1 test
    864748df5 Record the image stream along with the path
    55397de93 cgroups: use SessionBusPrivateNoAutoStartup
    8163d38c6 vendor: update godbus to v5.0.6
    008075ce5 Slirp4netns with ipv6 set net.ipv6.conf.default.accept_dad=0
    c723e6b97 Fix a few problems in 'podman logs --tail' with journald driver
    bf8fd943e Allow 'container restore' with '--ipc host'
    efd1c080b Document to not set K8S envars for CNI
    773caf293 Bump github.com/docker/docker
    75f478c08 pod create: remove need for pause image
    9d2b8d279 add kubernetes pause
    e86549b18 cirrus: containers: mount directory in /var/tmp to /tmp
    2e3611d61 overlay root fs: create mount on runtime dir
    a42c131c8 Update vendor github.com/opencontainers/runtime-tools
    d6296c918 If Dockerfile exists in same directory as service, we should not use it.
    adee084d6 Fix tests of podman image trust --raw and --json
    53ff49237 Tighten the expected output of the "podman image trust show" test
    c872788e4 Use INTEGRATION_ROOT instead of current directory
    acd8b4900 Add support to play kube for --log-opt
    d7662edf6 [NO NEW TESTS NEEDED] Fix off-by-one index comparision (reported by LGTM)
    24c83980e Fix some typos in documentation and comments (found by codespell)
    22270fb84 Replace 'an user' => 'a user'
    936ab158c [CI:DOCS] Fix typo keep_id -> keep-id
    38c78381c Set DOCKER_HOST in the VM
    ce4ed7d13 fuse-overlay probably means fuse-overlayfs.
    ece0c7e5d Support template unit files in podman generate systemd
    8e3760c29 Remove --kernel-memory options
    f4f96962c tag: Support tagging manifest list instead of resolving to images
    30245f584 Remove infra ID from DB before removing containers
    70a5d8cd1 System tests: confirm that -a and -l clash
    12d0a8509 systemd: compatible with rootless mode
    960a55c09 system tests: CONTAINER_* and --help: cleanup
    20b5a8599 podman run --memory=0 ... should not set memory limit
    c3801f0fa Add information on how to discover default log driver
    d24ce0a33 Add test for system connection
    517b56b02 Generate Kube should not print default structs
    9500e11a8 libpod: change mountpoint ownership c.Root when using overlay on top of external rootfs
    34dcbc949 Change podman connection list to use default field
    087f8fc73 Allow API to specify size and inode quota
    db7a98de4 Use exponential backoff when waiting for a journal entry
    4f7a431da Pod Rm Infra Improvements
    c8cffe1b3 system tests: socket activation: clean up
    d0f7b99c6 rootfs-overlay: fix overlaybase path for cleanups
    468e7c689 Move CONTAINER_HOST and _CONNECTION to IsRemote Function
    207abc4a9 We should only be relabeling when on first run
    4f857bc10 If CONTAINER_HOST env variable is set default podman --remote=true
    8db62d04f Set targetPort to the port value in the kube yaml
    16e7cc8bf Do not add TCP to protocol in generated kube yaml
    ab4c9a894 Use CGO_ENABLED=1 when building natively on darwin
    c1497cf44 Test-hang fix: Wait for ready + timeout on connect.
    8439a6d5e Checkpoint/Restore test fixes
    f9ff0525c Don't include ctr.log if not using file logging
    50b9d82f2 Don't use docker/pkg/archive, use containers/storage/pkg/archive
    7112a4159 Fix codespell errors
    184de3955 Adjust tests to verify all subcommands show the help message
    8cae2978e Fix panic in container create compat api
    5d18fb923 Don't add image entrypoint to the generate kube yaml
    cc875fd26 Display help text on empty subcommand by default
    14bfee31f podman search: display only name and description by default
    8600bce53 codespell code
    7b1e386f7 Add information about .containerignore to podman build man page
    cead18537 CNI: fix network create --ip-range
    4631f5b28 Kube Gen run as user/group issues
    3ba69dccf rootlessport: reduce memory usage of the process
    ab0e6630f No space in kube annotations for bind mounts
    0459484bd Fix CI flake on time of shutdown for API service
    b28a8bc19 Refactor podman search to be more code friendly
    69b665996 Unit files: Use actual installed path for podman
    1e81787e3 Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
    9042520cf cgroups: use cgroup.controllers to read controllers
    ab8fb3876 builder: Add support for builder prune
    7580c2273 Remove a volume with --force if container is running
    6b2939884 Use SplitN(2) when copying env variables
    e57b32c59 podman stats: move cgroup validation to server
    54471acba fix test
    dd5975f3d Support readonly rootfs contains colon
    90b5318b8 [CI:DOCS] oci-hooks.5.md: fixup section in header
    8d3aec9d0 Enable /debug/pprof API service endpoints
    5caf6b94e Not all fields in machine list were set properly
    fad14dafe faster image inspection
    48d26a893 Warn if podman stop timeout expires that sigkill was sent
    6fc73ea4e [CI:DOCS] introduce --replace flag for play kube
    0479fd8d6 [CI:DOCS] Include manifest example usage
    a487a6382 Change podman.1 man page to show corret log-level default
    da8e4cdeb Bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1
    6f9e9ee9e Fixes #11668
    fbce7584d libpod: fix race when closing STDIN
    8bd9f58d1 Ensure `podman ps --sync` functions
    e1089e89d Allow `podman stop` to be run on Stopping containers
    675d2d0c1 Bump github.com/containers/image/v5 from 5.16.0 to 5.16.1
    033a662b9 Bump github.com/docker/docker
    521c0cbd1 It really should be no **NEW** tests needed
    fb118b852 README.md: Point to Podman's channels
    8e80f4d24 Add podman-plugins to upstream image
    a726043d0 CNI networks: reload networks if needed
    8156df5b7 bump c/common to latest and c/storage to 1.37.0
    21c9dc3c4 Add --time out for podman * rm  -f commands
    d6b9451b4 Cirrus: Fix defunct package metadata breaking cache
    163d81cc0 Pod Events Logging Fix
    c67593df1 [NO TESTS NEEDED] Ignore removed containers
    6da97c863 Pod Volumes From Support
    4ea5d6971 Add note about empty fields and null values for API responses
    97bf6331f Bump github.com/containers/buildah from 1.23.0 to 1.23.1
    641f0ccc4 Add podman play kube --no-hosts options
    fb2355adb Gating tests: fix permissions error
    686b7ef7b pkg/specgen: cache image in generator
    0b5a2b746 cirrus: gitlab: download packages
    648882bf6 Add guard for BuildOptions.CommonBuildOpts
    bf94ebf42 System tests: tighten 'is' operator
    7e81d78ed Update README and release notes for v3.4.0
    cc4232169 sdnotify test: accept MAINPID anywhere
    642d68299 machine: silently cleanup dangling sockets before rm if possible
    a1dce3a0d Add expose type map[uint16]string to description
    0a156211d [NO TESTS NEEDED] Fix typo in storage.conf file exists message
    1ff6a5082 Support selinux options with bind mounts play/gen
    9c6c98192 kube: fix conversion from milliCPU to period/quota
    5090920cc Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14
    5c1b3e8d7 test: use new helper
    788106dad test: skip test on rootless cgroupsv1
    5a33b7aef machine: Info on successfully stopping qemu machine
    c25cc7230 Allow a value of -1 to set unlimited pids limit
    1805ed360 Vendor in latest containers/storage
    c9ea2cae1 Storage can remove ErrNotAContainer as well
    ccff77025 libpod: container create: init variable: do not deep copy spec
    5ea369ade libpod: add GetConfigNoCopy()
    30bf31010 libpod: add execSessionNoCopy
    98176f001 libpod: do not call (*container).Spec()
    2d8605189 Pod Device-Read-BPS support
    97f755f87 Remind user to check connection or use podman machine
    678b554b1 Ensure pod ID bucket is properly updated on rename
    60824c613 Fix contributor make targets on Ubuntu and Debian
    0d4fa7bc9 Implement PR template to assist review & release
    5d6ea90e7 libpod: do not call (*container).Config()
    a3cdee979 [NO TESTS NEEDED] Add port configuration to first regular container
    d14f66972 [CI:DOCS] cmd/podman: no dot for short descriptions
    1c8926285 move network alias validation to container create
    d0950f3ef set --cni-config-dir for exit command
    05614ee13 always add short container id as net alias
    a9a54eefa image prune: support removing external containers
    86083c580 System tests: speed up. They've gotten too slow.
    344ba32c8 Add dockerfile.5 as man link to containerfile man page
    87559b020 Set MSI to be 64-bit only.
    ca3c08bf9 fix podman network prune integration test flakes
    f76fa3475 Cirrus: Add gitlab podman runner test
    1df0646b0 CNI: network remove do not error for ENOENT
    464fec260 remote build: EvalSymlinks() the context directory
    8fca626e3 stop: Do nothing if container was never created in runtime
    3ce98a5ec logging: new mode -l passthrough
    3600054d1 Allow machine options to be set from containers.conf
    5a2ca77b9 Vendor in containers/common v0.46.0
    c668ca859 podman machine: do not join userns
    b3307bc9c Disable docker and alias to podman in FCOS ignition
    1e0039a83 added healthcheck to ps command
    a97551eb2 Fix english on prune prompt
    3d8dec982 Document missing /images/search query parameters
    6095c4fac rootful: do not set XDG_RUNTIME_DIR for cni plugins
    1cf66f514 Revert "rootful: unset XDG_RUNTIME_DIR"
    ba46613a6 Add completion for machine list format
    2df0685cb Set context dir for play kube build
    ce080d25c Makefile: use -ldflags/-gccgoflags depending on the go implemenatiton
    82818caff Update docs for --platform in podman-build.1
    b6e5a4909 shell completion: do not show images without tag
    119973375 podman inspect add State.Health field for docker compat
    01bf8a668 podman save: enforce signature removal
    4ecaf85d9 Add JSON version of the machine list
    ed3c4a89d Add support for :U flag with --mount option
    2d5d98c04 [CI:DOCS] Add link to running ctrimage on enablesysadm
    b6fecbb75 Ignore mount errors except ErrContainerUnknown when cleaningup container
    1c4e6d862 standardize logrus messages to upper case
    45ee5c5db podman generate kube should not include images command
    f5f95d722 Fix machine image
    db44addf9 sync container state before reading the healthcheck
    0baee2cc3 Also show the (initial) disk size
    911298252 Show cpus and memory in machine list
    5acf8ae12 Eighty-six eighty-eighty
    68d21b6ff net types: remove omitempty from required fields
    49c5688a3 podman save: add `--uncompressed`
    af49810a6 Bump CNI to v1.0.1
    5875e409e vendor c/[email protected]
    738f2b36e [CI:DOCS] Add network alias note in man pages
    4ecbc7caa Add a backoff and retries to retrieving exited event
    319fcf52f Cross-build release-archives w/ arch in filename
    34043bd81 Fix Error, empty output for info: 'VERSION'
    185294cb8 Generate kube should'd add podman default environment vars
    ae5de8b39 volume: Add support for overlay on named volumes
    8fac34b8f Pod Device Support
    8453c8ce6 Support --format tables in ps output
    61217f3ba Remove references to kube being development
    b74edfb0a Add support for retrieving system service --timeout
    3221f50a4 Add podman image/container inspect man pages
    665b451e5 [CI:DOCS] Add link to skopeo delete in podman rmi
    509812457 vendor c/common@main
    92ee2f372 remote untag: support digests
    cb077c968 Created MapOptions for PodCreate
    a1861c570 Bump k8s.io/api from 0.22.1 to 0.22.2
    5242030ac compat API: /images/json prefix image id with sha256
    cf28dab9f podman machine: use gvproxy for host.containers.internal
    eea5d2512 utils: return error message from StartTransientUnit
    4caca0969 utils: raise warning only on cgroupv2
    74ad05396 Add podman machine init --now option
    22df773f7 System tests: cleanup, and remove obsolete skips
    e3e9e5175 Add username flag for machine ssh
    c692f7a18 Remove unused code from libpod
    62350fed6 [CI:DOCS] markdown cleanup
    613ef220f Fix up build the docs site
    7ca666f47 Use a new markdown converter for sphinx
    a2c8b5d9d runtime: move pause process to scope
    72534a74b system: move MovePauseProcessToScope to utils
    9c1e27fdd system: always move pause process when running on systemd
    fa9728c55 system: avoid reading pause pid file
    f1ee23425 Only add 127.0.0.1 entry to /etc/hosts with --net=none
    4216f7b7f Add no-trunc support to podman-events
    aee0ab98c CNI: add ipvlan driver
    c20f61148 CNI: network create support macvlan modes
    5c7935057 Do not allow network modes to be used as network names
    9c091e42d fix inverted condition
    7c5d64b47 Fix /auth compat endpoint
    5e8309464 Add Drivers method to the Network Interface
    1bcd006c5 CI: load ipv6 kernel modules for rootless tests
    b906b9d85 Drop OCICNI dependency
    85e8fbf7f Wire network interface into libpod
    218f132fd cni network configs set ipv6 enables correctly
    24bec9a76 default network: do not validate the used subnets
    aa7bc4e37 network create: validate the input subnet
    3e77f960f Set default storage from containers.conf for temporary images
    0b1c45bc5 container runlabel remove image tag from name
    962675c14 build.bats: fix copy tests after containers/buildah#3486
    d0c605cd3 build: mirror --authfile to filesystem if pointing to FD instead of file
    5cafb6d18 Fix example in podman machine init man page
    222b62e7b vendor: Bump github.com/containers/buildah from 1.22.3 to 1.23.0
    9b04e1789 api: handle nil pointer dereference in rest endpoints
    5dbf3ee7a build: take advantage of --platform lists
    64de4f612 Document `all` query parameter for /libpod/images/prune
    38c5f6721 Show variant and codename of the distribution
    952fc4a6f Use new aarch64 fcos repos
    d7256be80 Enhance bindings for IDE hints
    84005330a Pod Volumes Support
    b1768d3b0 test: enable --cgroup-parent test
    44abc1797 libpod: honor --cgroups=split also with pods
    65f3b16c6 tests: enable --cgroups=disabled test for rootless
    afe4d17be tests: simplify --cgroups=disabled test
    d3f0f09ad libpod: rootful close binded ports
    072b061b4 Search gvproxy with config.FindHelperBinary()
    a55e2a00f rootfs: Add support for rootfs-overlay and bump to buildah v1.22.1-0.202108
    6221f269a fix restart always with rootlessport
    d30facfda Cirrus: NM/CNI workaround + Remove prior-Ubuntu
    ba2130ff5 If container exits with 125 podman should exit with 125
    9ae947654 Bump github.com/json-iterator/go from 1.1.11 to 1.1.12
    b0cbcd1d0 bump c/common to v0.44.0
    32424d9a9 remove rootlessport socket to prevent EADDRINUSE
    3c77a98e4 Add deprecated fields for 1.22+ clients that still expect them
    7a667c4ac Use default username for podman machine ssh

Signed-off-by: Bruce Ashfield <[email protected]>
quaresmajose added a commit that referenced this pull request Jun 11, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Jun 11, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Jun 26, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Jun 28, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Jul 2, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Jul 15, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Jul 15, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Jul 16, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Jul 23, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Aug 19, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Sep 16, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Sep 23, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Sep 23, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Oct 8, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Oct 9, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Oct 14, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Oct 16, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit that referenced this pull request Oct 28, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk #2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose added a commit to quaresmajose/meta-lmp that referenced this pull request Oct 31, 2024
ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch' on target directory '/srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /srv/oe/build/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch
patching file lib/zlib/inflate.c
Hunk #1 FAILED at 455.
1 out of 1 hunk FAILED -- rejects in file lib/zlib/inflate.c
Patch lib-zlib-Fix-a-bug-when-getting-a-gzip-header-extra-field.patch can be reverse-applied

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-accept-filesystem-path-to-the-RoT-key.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-accept-filesystem-path-to-the-RoT-key.patch
patching file arch/arm/dts/Makefile
Hunk #1 succeeded at 1549 with fuzz 2 (offset 174 lines).
patching file arch/arm/dts/k3-binman.dtsi
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED -- rejects in file arch/arm/dts/k3-binman.dtsi
patching file board/ti/common/Kconfig
Hunk #1 FAILED at 49.
1 out of 1 hunk FAILED -- rejects in file board/ti/common/Kconfig
Patch k3-accept-filesystem-path-to-the-RoT-key.patch does not apply (enforce with -f)

ERROR: u-boot-ti-staging-1_2024.04+git-r0 do_patch: Applying patch 'k3-set-env-variable-device_type.patch' on target directory '/lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/git'
CmdError('quilt --quiltrc /lmp/build-lmp-am62xx-evm-scarthgap-next/tmp-lmp/work/am62xx_evm-lmp-linux/u-boot-ti-staging/2024.04+git/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch k3-set-env-variable-device_type.patch
patching file arch/arm/mach-k3/common.c
Hunk #1 succeeded at 570 (offset -30 lines).
Hunk foundriesio#2 FAILED at 613.
1 out of 2 hunks FAILED -- rejects in file arch/arm/mach-k3/common.c
Patch k3-set-env-variable-device_type.patch does not apply (enforce with -f)

Signed-off-by: Jose Quaresma <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants