If host does not install libdevmapper.so.1.02, run native skopeo failed:
...
$ tmp-glibc/sysroots/x86_64/usr/sbin/skopeo -h
|tmp-glibc/sysroots/x86_64/usr/sbin/skopeo.real: error while loading
shared libraries: libdevmapper.so.1.02: cannot open shared object file: No such file or directory
...
Create wrapper to set LD_LIBRARY_PATH which using native
libdevmapper.so.1.02
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
The libmcrypt build issue has been fixed by oe
This reverts commit e7a0ea3e0f.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* now when pypi uses SRC_URI_prepend since:
https://git.openembedded.org/openembedded-core/commit/?id=8f17b8bce85efb0e9a7e15d0b98a5cf7b6bd9750
both entries end in SRC_URI (because of delayed nature of prepend):
https://files.pythonhosted.org/packages/source/p/podman-compose/podman-compose-0.1.5.tar.gz
git://github.com/containers/podman-compose.git
causing:
ERROR: podman-compose-0.1.5-r0 do_fetch: No checksum specified for '/OE/build/oe-core/downloads/podman-compose-0.1.5.tar.gz', please add at least one to the recipe:
SRC_URI[sha256sum] = "fb229362f188980ea3fbdee2a25d0a2dd6a0b886d925d5213e22e09f1062ebe9"
ERROR: podman-compose-0.1.5-r0 do_fetch: Fetcher failure for URL: 'https://files.pythonhosted.org/packages/source/p/podman-compose/podman-compose-0.1.5.tar.gz'. Missing SRC_URI checksum
ERROR: Logfile of failure stored in: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/podman-compose/0.1.5-r0/temp/log.do_fetch.55855
drop pypi inherit to restore the previous SRC_URI with just the git:// entry.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Since seccomp depends on libseccomp, and seccomp is only available
when the distro feature is enabled, we add the same dependency and
distro feature check to this recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Since seccomp depends on libseccomp, and seccomp is only available
when the distro feature is enabled, we add the same dependency and
distro feature check to this recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Instead of installing binaries and patching the makefiles to run external commands, simply
build ifdef using BUILD_CC instead of CC.
This patch is now upstreamable, the recipe is less complicated, and nativesdk works.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop
you building it on or for arm64 and assembling x86 code.
Override INEXE so that binaries are not stripped and remove INSANE_SKIP.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* added with to v2.0.29 commit:
106cad5 seccomp: add support for seccomp notify
* fixes:
| src/seccomp_notify.c:9:10: fatal error: seccomp.h: No such file or directory
| 9 | #include <seccomp.h>
| | ^~~~~~~~~~~
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
1.Add native and nativesdk support.
2.Replace "multipath-tools" with "libdevmapper" and "lvm2". Because
the really direct DEPENDS package is "libdevmapper" and "lvm2". Log
of do_comopile as below:
-----------------[cut here]---------------------
DEBUG: Executing shell function do_compile
NOTE: make -j 40 BUILDTAGS= bin/skopeo
CGO_CFLAGS="-I/...../usr/include"
CGO_LDFLAGS="-L/...../usr/lib
-lgpgme -lgpg-error -lassuan" GO111MODULE=on go build -mod=vendor
"-buildmode=pie" -ldflags '-X
main.gitCommit=8efffce8befc2de87670ba75d6c86ada61e869fd ' -gcflags ""
-tags "" -o bin/skopeo ./cmd/skopeo
Package devmapper was not found in the pkg-config search path.
Perhaps you should add the directory containing `devmapper.pc'
to the PKG_CONFIG_PATH environment variable
No package 'devmapper' found
pkg-config: exit status 1
make: *** [Makefile:134: bin/skopeo] Error 2
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Bumping conmon to version v2.0.1-250-g1ef2468, which comprises the following commits:
1ef2468 Fix docs links due to branch rename
24c73c2 seccomp: fix for unsupported versions
fc7830d bump to v2.0.30-dev
7e6de66 bump to v2.0.29
b033cb5 Reset OOM score back to 0 for container runtime
106cad5 seccomp: add support for seccomp notify
77dfb4b .cirrus.yml: raise the timeout to 60m
87330dc call functions registered with atexit on SIGTERM
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
The upstream project switched from master to main, so we add
an explicit branch specification to avoid fetch errors (as
the deafult of master no longer works).
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Bumping crun to version 0.20.1-7-g7ef74c9, which comprises the following commits:
b07c389 criu: fix error check
09401bb linux: fix unitialized variable
b222968 cgroup: fix a memory leak
1182975 cgroup: honor memory swappiness set to 0
38271d1 NEWS: tag 0.20.1
923447b container: ignore resetting keyring SELinux label
b26493f Dockerfile: install required python3-jinja2 package
0d42f11 NEWS: tag 0.20
9042ac5 seccomp: drop SECCOMP_FILTER_FLAG_LOG by default
0f4156f cgroup: Refactor libcrun-cgroup-destory to support picking subsystems dynamically and clean custom controllers.
d6be344 cgroup: ignore devices errors in a userns
6e187fb cgroup: do not join empty controller
badb23d seccomp: report correct action in error message
5201956 container: apply SELinux label to keyring
4b664e9 linux: attempt to open existing dev file first
dd1c419 libocispec: sync from upstream
5f74e2a Makefile.am: make sure libocispec uses main branch
f0c76e1 utils: close_range fallbacks to close on EPERM
1596ab1 Update crun manual with recently added flags
1d84d62 Fix type for LinuxDeviceCgroup.linux.resources.devices.allow in default Spec
62d251d container: call prestart hooks before rootfs is RO
48bc33d Exec: Add --process-label and --apparmor to allow modifying selinux_label and apparmor_profile
0e53e87 Exec: Add --no-new-privs to and adhere if noNewPriviledges is false in basespec config
2de8b43 Fix SIGSEGV for rootless container caused by case when def->linux is defined but def->linux->cgroups_path is NULL
54e77c2 Add support for spec --bundle
ae11886 cgroup: fix regression in mode detection
194b72d kill: fix race condition with pidfd_open
2910d9b cgroup: add custom annotation run.oci.delegate-cgroup
407eef9 cgroup: drop argument from function
0485de6 cgroup: report error if the cgroup path was set
bf5020a cgroup: improve error message
a131715 cgroup: fix recursive cleanup
6e95060 cgroup: kill procs in cgroup on EBUSY
0274d6f tests: disable go modules
1272eaf tests: skip podman create --pull
04f1a6a container: read the error from the init process
29afcd6 Update README.md
9863a8e Update README.md
55f5ed5 utils: use /proc/self/fd to open unix socket
fa40930 contrib: fix warning from the rust compiler
1535fed NEWS: tag 0.19.1
227e0be spec: add cgroup ns if on cgroup v2
3fbe777 libcrun: add const to spec_file
eb34661 libcrun: annotate cgroup_mode < 0 checks
92bcc81 tests: add fuzzing tests
af3509d cgroup: support array of strings
9effaeb On exec, honor additional_gids from the process spec, not the container definition
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
The cni plugins already have mod=vendor, but we also need to ensure
that the main CNI build is not using go module based builds.
To avoid inconsistent vendoring messages, we switch all plugins to
no module builds as well.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Bumping libpod to version v3.2.1-2-gab4d0cf90, which comprises the following commits:
60752b320 Bump to v3.2.2-dev
152952fe6 Bump to v3.2.1
c5d9c0a6f Updated release notes for v3.2.1
4f56f7f13 Fix network connect race with docker-compose
e42d727a9 Revert "Ensure minimum API version is set correctly in tests"
f69789155 Fall back to string for dockerfile parameter
5a158563c remote events: fix --stream=false
38fbd2cb9 [CI:DOCS] fix incorrect network remove api doc
26eae3bf8 remote: always send resize before the container starts
c751544fa remote events: support labels
c28f442b2 remote pull: cancel pull when connection is closed
2993bdf1e Fix network prune api docs
8ba0c92e6 Improve systemd-resolved detection
c3f6ef63a logs: k8s-file: fix race
f1e7a0747 Fix image prune --filter cmd behavior
5ddd76edd Several shell completion fixes
2afb5eeab podman-remote build should handle -f option properly
6beae86f0 System tests: deal with crun 0.20.1
80362b34c Fix build tags for pkg/machine...
c85b6b3fe Fix pre-checkpointing
b61701acb container: ignore named hierarchies
e0dcffa8d [v3.2] vendor containers/common@v0.38.9
d46deca8c rootless: fix fast join userns path
f2b3da502 [v3.2] vendor containers/common@v0.38.7
78430ee1d [v3.2] vendor containers/common@v0.38.6
b6ef7cf21 Correct qemu options for Intel macs
9647d8844 Ensure minimum API version is set correctly in tests
72455ece4 Bump to v3.2.1-dev
0281ef262 Bump to v3.2.0
cff73766f Fix network create macvlan with subnet option
8688f54ea Final release notes updates for v3.2.0
f62c6bf6e add ipv6 nameservers only when the container has ipv6 enabled
4b8ca6303 Use request context instead of background
ce5c3b554 [v.3.2] events: support disjunctive filters
dd83f5c0c System tests: add :Z to volume mounts
32927f5d6 generate systemd: make mounts portable
abb57e5cf vendor containers/storage@v1.31.3
1e4563182 vendor containers/common@v0.38.5
fbf8b78a3 Bump to v3.2.0-dev
684729482 Bump to v3.2.0-RC3
f49023031 Update release notes for v3.2.0-RC3
ee5dd0603 Fix race on podman start --all
6c9de9382 Fix race condition in running ls container in a pod
69bae4774 docs: --cert-dir: point to containers-certs.d(5)
934f36df5 Handle hard links in different directories
5eecc2761 Improve OCI Runtime error
ba884865c Handle hard links in remote builds
c53638e9f Podman info add support for status of cgroup controllers
ac8b7ddd8 Drop container does not exist on removal to debugf
18e917cdc Downgrade API service routing table logging
efa15b96c add libimage events
a9108ab25 docs: generate systemd: XDG_RUNTIME_DIR
bb589bec2 Fix problem copying files when container is in host pid namespace
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Bumping k3s to version v1.21.1+k3s1-10-geac48f69bc, which comprises the following commits:
eac48f69bc Add kubernetes.default.svc to serving certs
16ae282c7a Fix RBAC cloud-controller-manager name 3308 (#3388) (#3408)
ff54d8c96d Add a path for wireguard's privatekey
1932979f44 Update flannel version
8fd180e0d9 move object channel defer close to goroutine
69795277be add retention default and wire in s3 prune
58649c5e85 add etcd snapshot save subcommand
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
6b18f7e bump to v2.0.28
dd63dcb Cirrus: Update VM Images
096e2c1 conmon: do not chown /dev/null
3efab3e Add Kubernetes e2e tests as GitHub action
0114f3c move integration to gh actions
186038c run make vendor
31c5a2e add tests running a runtime
c53c155 always set container pid file
1955f59 write runtime stderr to journal on error
af1f3c4 some small cleanups
6c38b5a Use less resources
355dbf1 conn_sock: fix potential segfault
4587294 ci/gha: bump runc to rc93
92867a7 Add Podman integration test GitHub action
1ec43d9 bump to v2.0.28-dev
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Integrating the following commits:
3f5b0d5 Wire up cpuid events on kvmi (#975)
8cdef96 Clear up event example even more (#974)
548da8d Simplify event-example (#973)
cffe055 Clean up on partial init failure (#972)
fb2e006 Add snapcraft.yaml (#961)
582fc95 Add vmtrace (IPT) buffer offset to vm_event ABI (#960)
8b88b72 Turn on all debug options for scan-build test (#959)
719d90f Debug print in volatility_ist can segfault, fix (#958)
19379a9 Remove temp file accidentaly added to git (#957)
f686145 Nested support (#956)
6d65cc3 Add AC_PROG_CC_C99 to configure.ac (#955)
e21df55 Add more files to gitignore (#954)
d9e490e Container build test (#953)
c68d899 Switch to using Github Actions for CI (#952)
6d07174 Bump version to 0.15.0 (odd-numbered dev version) (#951)
1ae3950 examples: fix reinjection in breakpoint-recoil-example (#945)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Update the cni plugins part of the recipe to the 0.9.1 release:
c4d4aa7 Remove Bryan Boreham as maintainer
af26bab host-local: support ip/prefix in env args and CNI args
f72aa98 [sbr]: Use different tableID for every ipCfg Check
tableID not in use for every ipCfg
40c225e Small typo improves in README.md
76ef07e Allow multiple routes to be added for the same prefix. Enables ECMP
d6bf1ea Update to lastest vendor/github.com/vishvananda/netlink
bdaaa20 tuning: always update MAC in CNI result
33a2929 vendor: bump to libcni v1.0-rc1
820fee9 tuning: Add support of altering the allmulticast flag
f34c600 [sbr]: Use different tableID for every ipCfg Move default table routes which match the ipCfg config
8f32968 Fix nil-pointer check
028fc2f host-local: support custom IPs allocation through runtime configuration
7da1c84 pkg/ip: introduce a new type `IP` to support formated <ip>[/<prefix>]
2eac102 go.mod: github.com/j-keck/arping v1.0.1
f4d2925 go.mod: github.com/buger/jsonparser v1.1.1
c3d0153 go.mod: github.com/alexflint/go-filemutex v1.1.0
75b64e0 go.mod github.com/Microsoft/hcsshim v0.8.16
bc85637 go.mod: godbus/dbus/v5 v5.0.3, coreos/go-systemd v22.2.0
d2d89dd go.mod: github.com/mattn/go-shellwords v1.0.11
59a6259 go.mod: github.com/sirupsen/logrus v1.8.1
3cc1135 CI: Install linux-modules-extra for VRF module
5b02c2a Fix broken links to online docs in plugin READMEs
f275746 gha: update actions/setup-go@v2
b811967 remove redundant startRange in RangeIter due to overlap check on multi ranges
178d7c0 fix(win-bridge): panic while calling HNS api
e09a17f portmap: use slashes in sysctl template to support interface names which separated by dots
9b09f16 pkg/ipam: use slash as sysctl separator so interface name can have dot
e31cd2c [macvlan] Stop setting proxy-arp on macvlan interface
8e540bf tuning: increase test coverage to 1.0.0 and older spec versions
d2e5b5d portmap: increase test coverage to 1.0.0 and older spec versions
8f7fe6d flannel: increase test coverage to 1.0.0 and older spec versions
f33eedb firewall: increase test coverage to 1.0.0 and older spec versions
da52be3 bandwidth: increase test coverage to 1.0.0 and older spec versions
02cdaaf host-local: increase test coverage to 1.0.0 and older spec versions
f534133 static: increase test coverage to 1.0.0 and older spec versions
932653f dhcp: increase test coverage to 1.0.0 and older spec versions
dd3f606 dhcp: add -resendmax option to limit lease acquisition time for testcases
4ddc8ba vlan: increase test coverage to 1.0.0 and older spec versions
f56545c ptp: increase test coverage to 1.0.0 and older spec versions
bbf7189 macvlan: increase test coverage to 1.0.0 and older spec versions
5eae558 loopback: increase test coverage to 1.0.0 and older spec versions
5096b53 ipvlan: increase test coverage to 1.0.0 and older spec versions
34cee8c host-device: increase test coverage to 1.0.0 and older spec versions
c3c286c bridge: increase test coverage to 1.0.0 and older spec versions
c8f341d bridge: simplify version-based testcase code
8c25db8 testutils: add test utilities for spec version features
7d8c767 plugins: update to spec version 1.0.0
9e2430b vendor: bump CNI to 1.0.0-pre @ 62e54113
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Integrating the following commits:
bd5aaf5 Fix comma typo in ui.c
43751df drop NoNewPrivs from irqbalance service
066499a remove no existing irq in banned_irqs
ee6b3bd Fix compile issue with none AARCH64 builds
d17bcc9 Fix irqbalance cannot obtain the full name of irq
99ae256 Updating irqbalance to v1.8.0
47f0f26 Add return value check of opendir in do_one_cpu
518d81c Hotplug may occur again during sleep, so wait until there is no hotplug
fe0b99e ui: fix cpu/irq menu off by one
0cdc7a2 fix uint64_t printf format (use PRIu64)
31dea01 Also fetch node info for non-PCI devices
ef9bf64 Add hot pull method for irqbalance
6ae114f Add log for hotplug appropriately
0ba4a60 add irq hotplug feature for irqbalance
004c7ab Remove some unused constant macros in constants.h
c995237 Add a deprecation notice for IRQBALANCE_BANNED_CPUS
31c7d12 Add IRQBALANCE_BANNED_CPULIST to env file
6fe0329 log correctly for isolated and nohz_full cpus
04e5ce0 Update README.md
4019fe6 Add some examples for IRQBALANCE_BANNED_CPUS
b3f95be Adjust how we determine if a cpu is online
c8757c6 activate_mapping: activate only online CPUs
677b686 add env variable to ban cpus using cpulist syntax
f6fcd3e put arg parsing detail into parse_command_line()
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Integrating the following commits:
415f92c arm: Fail early if KVM_CAP_ARM_PMU_V3 is not supported
117d649 virtio: add support for vsock
382eaad hw/rtc: ARM/arm64: Use MMIO at higher addresses
45b4968 hw/serial: ARM/arm64: Use MMIO at higher addresses
f01cc77 arm: Reorganise and document memory map
7e19cb5 Remove ioport specific routines
1f56b9d pci: Switch trap handling to use MMIO handler
205eaa7 virtio: Switch trap handling to use MMIO handler
579bc61 vfio: Switch to new ioport trap handlers
a4a0dac vfio: Refactor ioport trap handler
59866df hw/serial: Switch to new trap handlers
47a5106 hw/serial: Refactor trap handler
38ae332 hw/vesa: Switch trap handling to use MMIO handler
123ee47 hw/rtc: Switch to new trap handler
8c45f36 hw/rtc: Refactor trap handlers
3adbcb2 x86/ioport: Switch to new trap handlers
8230499 x86/ioport: Refactor trap handlers
d24bedb hw/i8042: Switch to new trap handlers
f7ef3dc hw/i8042: Refactor trap handler
fc76962 hw/i8042: Clean up data types
96f0c86 mmio: Extend handling to include ioport emulation
9bc7e2c ioport: Retire .generate_fdt_node functionality
a81be31 hw/serial: Use device abstraction for FDT generator function
97531eb ioport: Remove ioport__setup_arch()
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating skopeo to the 1.3.x series. Along with the version bump, we
patch the Makefile to stop using gpgme-config and instead using
pkg-config, since OE taints gpgme-config and the build will break if
we call it directly.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
We update to the latest 1.21 commits, and we refresh our patch for
context changes.
eb0faebe Bump google.golang.org/grpc from 1.37.1 to 1.38.0
1d34ea0c Add global handler for Interrupt signal
d2c028aa Bump k8s.io/cri-api from 0.21.0 to 0.21.1
cac74d4f Bump k8s.io/apimachinery from 0.21.0 to 0.21.1
0e4c365c Bump k8s.io/api from 0.21.0 to 0.21.1
4b956efa Bump k8s.io/kubectl from 0.21.0 to 0.21.1
b3bc7d45 Update golangci-lint to v1.40.1 and fix lints
a72896da Bump google.golang.org/grpc from 1.37.0 to 1.37.1
09df93a2 Bump github.com/opencontainers/selinux from 1.8.0 to 1.8.1
8a28583f Clone cri-dockerd from permanent repo
29c6b21e Bump github.com/onsi/gomega from 1.11.0 to 1.12.0
50a297dc Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2
15eee85f Mention deb/rpm packages hosted on OBS in README
6ead47bd Trim build paths for binaries
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating to the released 1.5.x containerd.
We also add a patch to fix the following:
Since our oe-core go infrastructure insists on both -pie and static
builds (for the most part), and that is not recommended by many
packages, we end up with errors like:
cannot find package runtime/cgo (using -importcfg)
...
recipe-sysroot-native/usr/lib/aarch64-poky-linux/go/pkg/tool/linux_amd64/link:
cannot open file : open : no such file or directory
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
docker:
41cf01fa93 pkg/signal.CatchAll: ignore SIGURG on Linux
56541eca9a [20.10] update containerd binary to v1.4.6
fb179ff098 update runc binary to v1.0.0-rc95
4c801fdb7d integration: remove KernelMemory tests
6174e3cf22 Update runc binary to v1.0.0-rc94
afbb1277a3 Swarm config: use absolute paths for mount destination strings
94c1890d39 builder-next: relax second cache key requirements for schema1
01f734cb4f [20.10] update containerd binary to v1.4.5
21391bb7f7 hack/dind: fix cgroup v2 evacuation with `docker run --init`
12b03bcb27 Error string match: do not match command path
8a7f77cb2f dockerd-rootless.sh: use `command -v` instead of `which`
9ca66776fa bump up rootlesskit to v0.14.2
08b27e45d8 Dockerfile: update yamllint to v1.26.1 to fix build
404ede5737 Bump hcsshim for error details fix
cli:
f291a49ba Swap "LABEL maintainer" for the OCI pre-defined "org.opencontainers.image.authors"
78fcd905c docs: Fix broken jump link
12e2f94eb printServerWarningsLegacy: silence "No oom kill disable support" on cgroup v2
00755d7db printServerWarningsLegacy: silence "No kernel memory limit support"
8264f5be8 docs: dockerd: fix broken link and markdown touch-ups
4fbdf3f36 docs: document log-opts for "dual logging" cache
1ff45aac4 Update stop.md
ed71df1b9 docs: cleanup / refactor cli doc
ee20fa1ec docs: add reference for "docker config" commands
ffe40dc6b docs: update some examples for proxy configuration
fbbf1be52 docs: remove experimental ipvlan docs, as they were migrated
3de2cc6ef docs/reference/builder: update "syntax" section
234036d10 docs/reference/builder: update example output, and some rephrasing
0c442dc17 docs/reference/builder: remove outdated example Dockerfiles
6b48c7867 docs/reference/builder: touch-up code-hints and some minor changes
network:
56654e71 vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
7b9c2905 fix port forwarding with ipv6.disable=1
c4ea04e0 enforce order of lock acquisitions on network/controller, fixes#2632
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Updating to the lastest moby commits, which comprise the following
commits:
moby:
41cf01fa93 pkg/signal.CatchAll: ignore SIGURG on Linux
56541eca9a [20.10] update containerd binary to v1.4.6
fb179ff098 update runc binary to v1.0.0-rc95
4c801fdb7d integration: remove KernelMemory tests
6174e3cf22 Update runc binary to v1.0.0-rc94
afbb1277a3 Swarm config: use absolute paths for mount destination strings
94c1890d39 builder-next: relax second cache key requirements for schema1
01f734cb4f [20.10] update containerd binary to v1.4.5
21391bb7f7 hack/dind: fix cgroup v2 evacuation with `docker run --init`
12b03bcb27 Error string match: do not match command path
9ca66776fa bump up rootlesskit to v0.14.2
404ede5737 Bump hcsshim for error details fix
cli:
f291a49ba Swap "LABEL maintainer" for the OCI pre-defined "org.opencontainers.image.authors"
78fcd905c docs: Fix broken jump link
12e2f94eb printServerWarningsLegacy: silence "No oom kill disable support" on cgroup v2
00755d7db printServerWarningsLegacy: silence "No kernel memory limit support"
8264f5be8 docs: dockerd: fix broken link and markdown touch-ups
4fbdf3f36 docs: document log-opts for "dual logging" cache
1ff45aac4 Update stop.md
ed71df1b9 docs: cleanup / refactor cli doc
ee20fa1ec docs: add reference for "docker config" commands
ffe40dc6b docs: update some examples for proxy configuration
fbbf1be52 docs: remove experimental ipvlan docs, as they were migrated
3de2cc6ef docs/reference/builder: update "syntax" section
234036d10 docs/reference/builder: update example output, and some rephrasing
0c442dc17 docs/reference/builder: remove outdated example Dockerfiles
6b48c7867 docs/reference/builder: touch-up code-hints and some minor changes
network:
56654e71 vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
7b9c2905 fix port forwarding with ipv6.disable=1
c4ea04e0 enforce order of lock acquisitions on network/controller, fixes#2632
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
There have been reports of warnings being generated by the
layer index when the compatibility of a layer exceeds 25 characters.
gatesgarth is supported in its own branch, and isn't being tested
against master, so we drop it from the compat.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
snappy changed a data type in the last update, this is a known
issue in ceph.
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* meson build uses these paths:
./src/meson.build: systemd_unit_dir = prefix / 'lib' / 'systemd' / 'system'
./tools/meson.build: install_dir: prefix / 'lib' / 'systemd' / 'system',
with usrmerge it fails with:
sed: can't read TOPDIR/tmp-glibc/work/core2-64-oe-linux/libvirt/7.2.0-r0/image//usr/lib/systemd/system/libvirtd.service: No such file or directory
because systemd_unitdir and systemd_system_unitdir are different
with and without usrmerge in DISTRO_FEATURES:
env.libvirt-without-usrmerge:export systemd_unitdir="/lib/systemd"
env.libvirt-with-usrmerge:export systemd_unitdir="/usr/lib/systemd"
env.libvirt-without-usrmerge:export systemd_system_unitdir="/lib/systemd/system"
env.libvirt-with-usrmerge:export systemd_system_unitdir="/usr/lib/systemd/system"
* set -Dinit_script to none when systemd isn't used instead of
deleting the files in do_install_append
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
We now have use cases for sloci that can run on the target itself,
or have it used in a nativesdk scenario.
To avoid the awkwardly named "nativesdk-sloci-image-native" or
.inc files, we rename the recipe sloci-image_git and use
BBCLASSEXTEND for native/nativesdk support
This is similar to the change sent by: Hongxu Jia <hongxu.jia@windriver.com>,
but is updated to the current sloci-image recipe contents.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* as mentioned in:
https://github.com/lkundrak/dev86/pull/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 https://github.com/jbruchon/elks/pull/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 <bruce.ashfield@gmail.com>
* fails to build on hosts without gperf:
/bin/sh: gperf: command not found
Makefile:27: recipe for target 'token2.h' failed
* normally this isn't triggered, because token[12].h
are included in git repo, but regenerating them fails:
tmp-glibc/work/x86_64-linux/dev86-native/0.16.21-r0/git/cpp$ touch token1.tok
tmp-glibc/work/x86_64-linux/dev86-native/0.16.21-r0/git/cpp$ make bcc-cpp
gperf -aptTc -N is_ctok -H hash1 token1.tok > tmp.h
/bin/sh: gperf: command not found
Makefile:23: recipe for target 'token1.h' failed
make: *** [token1.h] Error 127
* unfortunately this isn't enough, because new gperf 3.1 from oe-core
isn't compatible, we need to upgrade to different dev86 fork which
contains:
https://github.com/jbruchon/dev86/pull/19
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>