diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-containers/kubernetes/kubernetes/00_cni-containerd-net.conflist (renamed from recipes-containers/kubernetes/kubernetes/cni-containerd-net.conflist) | 0 | ||||
-rw-r--r-- | recipes-containers/kubernetes/kubernetes_git.bb | 4 | ||||
-rw-r--r-- | recipes-containers/podman/podman/run-ptest | 13 | ||||
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 27 | ||||
-rw-r--r-- | recipes-core/bind/bind_virtualization.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/yq/yq_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/fuse-overlayfs/fuse-overlayfs/0001-utils-Add-missing-include-on-limits.h.patch | 36 | ||||
-rw-r--r-- | recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb | 15 | ||||
-rw-r--r-- | recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb | 18 | ||||
-rw-r--r-- | recipes-extended/libvirt/libvirt_git.bb | 3 | ||||
-rw-r--r-- | recipes-extended/xen/files/0001-xen-fix-header-guard-inconsistencies-gcc15.patch | 54 | ||||
-rw-r--r-- | recipes-extended/xen/xen_4.20.bb | 3 | ||||
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 5 |
14 files changed, 82 insertions, 102 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 3c10cc18..43a39f50 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ | |||
21 | # This should only be incremented on significant changes that will | 21 | # This should only be incremented on significant changes that will |
22 | # cause compatibility issues with other layers | 22 | # cause compatibility issues with other layers |
23 | LAYERVERSION_virtualization-layer = "1" | 23 | LAYERVERSION_virtualization-layer = "1" |
24 | LAYERSERIES_COMPAT_virtualization-layer = "styhead walnascar" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "walnascar whinlatter" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |
diff --git a/recipes-containers/kubernetes/kubernetes/cni-containerd-net.conflist b/recipes-containers/kubernetes/kubernetes/00_cni-containerd-net.conflist index ca434d6f..ca434d6f 100644 --- a/recipes-containers/kubernetes/kubernetes/cni-containerd-net.conflist +++ b/recipes-containers/kubernetes/kubernetes/00_cni-containerd-net.conflist | |||
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index fea48bca..b6eb4946 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb | |||
@@ -31,7 +31,7 @@ SRC_URI:append = " \ | |||
31 | file://0001-cross-don-t-build-tests-by-default.patch \ | 31 | file://0001-cross-don-t-build-tests-by-default.patch \ |
32 | file://0001-build-golang.sh-convert-remaining-go-calls-to-use.patch \ | 32 | file://0001-build-golang.sh-convert-remaining-go-calls-to-use.patch \ |
33 | file://0001-build-hack-allow-go-1.20-building.patch \ | 33 | file://0001-build-hack-allow-go-1.20-building.patch \ |
34 | file://cni-containerd-net.conflist \ | 34 | file://00_cni-containerd-net.conflist \ |
35 | file://k8s-init \ | 35 | file://k8s-init \ |
36 | file://99-kubernetes.conf \ | 36 | file://99-kubernetes.conf \ |
37 | " | 37 | " |
@@ -119,7 +119,7 @@ do_install() { | |||
119 | fi | 119 | fi |
120 | } | 120 | } |
121 | 121 | ||
122 | CNI_NETWORKING_FILES ?= "${UNPACKDIR}/cni-containerd-net.conflist" | 122 | CNI_NETWORKING_FILES ?= "${UNPACKDIR}/00_cni-containerd-net.conflist" |
123 | 123 | ||
124 | PACKAGES =+ "kubeadm kubectl kubelet kube-proxy ${PN}-misc ${PN}-host" | 124 | PACKAGES =+ "kubeadm kubectl kubelet kube-proxy ${PN}-misc ${PN}-host" |
125 | 125 | ||
diff --git a/recipes-containers/podman/podman/run-ptest b/recipes-containers/podman/podman/run-ptest deleted file mode 100644 index 108ff451..00000000 --- a/recipes-containers/podman/podman/run-ptest +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # SPDX-FileCopyrightText: Huawei Inc. | ||
4 | # | ||
5 | # SPDX-License-Identifier: MIT | ||
6 | |||
7 | # | ||
8 | # Podman system tests | ||
9 | # | ||
10 | |||
11 | # The system tests don't need any go related variables. Dummy-define them to | ||
12 | # avoid useless warnings/errors. | ||
13 | GOOS=undefined GO=true BUILDTAGS= make localsystem | ||
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 46c6c969..8d8e0f05 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -20,7 +20,6 @@ SRCREV = "227df90eb7c021097c9ba5f8000c83648a598028" | |||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/containers/libpod.git;branch=v5.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 21 | git://github.com/containers/libpod.git;branch=v5.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ | 22 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
23 | file://run-ptest \ | ||
24 | " | 23 | " |
25 | 24 | ||
26 | LICENSE = "Apache-2.0" | 25 | LICENSE = "Apache-2.0" |
@@ -55,7 +54,7 @@ export BUILDFLAGS = "${GOBUILDFLAGS}" | |||
55 | 54 | ||
56 | inherit go goarch | 55 | inherit go goarch |
57 | inherit container-host | 56 | inherit container-host |
58 | inherit systemd pkgconfig ptest | 57 | inherit systemd pkgconfig |
59 | 58 | ||
60 | do_configure[noexec] = "1" | 59 | do_configure[noexec] = "1" |
61 | 60 | ||
@@ -128,17 +127,6 @@ do_install() { | |||
128 | fi | 127 | fi |
129 | } | 128 | } |
130 | 129 | ||
131 | do_install_ptest () { | ||
132 | cp ${S}/src/import/Makefile ${D}${PTEST_PATH} | ||
133 | install -d ${D}${PTEST_PATH}/test | ||
134 | cp -r ${S}/src/import/test/system ${D}${PTEST_PATH}/test | ||
135 | |||
136 | # Some compatibility links for the Makefile assumptions. | ||
137 | install -d ${D}${PTEST_PATH}/bin | ||
138 | ln -s ${bindir}/podman ${D}${PTEST_PATH}/bin/podman | ||
139 | ln -s ${bindir}/podman-remote ${D}${PTEST_PATH}/bin/podman-remote | ||
140 | } | ||
141 | |||
142 | FILES:${PN} += " \ | 130 | FILES:${PN} += " \ |
143 | ${systemd_unitdir}/system/* \ | 131 | ${systemd_unitdir}/system/* \ |
144 | ${nonarch_libdir}/systemd/* \ | 132 | ${nonarch_libdir}/systemd/* \ |
@@ -169,16 +157,3 @@ RRECOMMENDS:${PN} += "slirp4netns \ | |||
169 | kernel-module-xt-tcpudp \ | 157 | kernel-module-xt-tcpudp \ |
170 | " | 158 | " |
171 | RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" | 159 | RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" |
172 | |||
173 | RDEPENDS:${PN}-ptest += " \ | ||
174 | bash \ | ||
175 | bats \ | ||
176 | buildah \ | ||
177 | coreutils \ | ||
178 | file \ | ||
179 | gnupg \ | ||
180 | jq \ | ||
181 | make \ | ||
182 | skopeo \ | ||
183 | tar \ | ||
184 | " | ||
diff --git a/recipes-core/bind/bind_virtualization.inc b/recipes-core/bind/bind_virtualization.inc index f942d7ad..bb4e22b2 100644 --- a/recipes-core/bind/bind_virtualization.inc +++ b/recipes-core/bind/bind_virtualization.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # Tell named not to bother listening on the IP address that lxc and libvirtd handles itself. | 1 | # Tell named not to bother listening on the IP address that lxc and libvirtd handles itself. |
2 | do_install:append() { | 2 | do_install:append() { |
3 | sed -i -e 's,^\( *options *{\)$,\1\n\t// lxc and libvirtd would take care of this address itself\n\tlisten-on { ! 10.0.3.1; ! 192.168.122.1; any;};\n\tlisten-on-v6 { ! fc11:4514:1919:810::1; any;};\n,' ${D}${sysconfdir}/bind/named.conf.options | 3 | sed -i -e 's,^\( *options *{\)$,\1\n\t// lxc and libvirtd would take care of this address itself\n\tlisten-on { ! 10.0.3.1; ! 192.168.122.1; any;};\n\tlisten-on-v6 { ! fc42:5009:ba4b:5ab0::1; any;};\n,' ${D}${sysconfdir}/bind/named.conf.options |
4 | } | 4 | } |
diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb index 363769b9..415a4a4e 100644 --- a/recipes-devtools/yq/yq_git.bb +++ b/recipes-devtools/yq/yq_git.bb | |||
@@ -25,7 +25,7 @@ SRCREV_text = "566b44fc931e2542778a18423c655ce99b4f1402" | |||
25 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/golang.org/x/text" | 25 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/golang.org/x/text" |
26 | 26 | ||
27 | SRCREV_diff = "20ebb0f2a09e612109b224b32f79370409108bcc" | 27 | SRCREV_diff = "20ebb0f2a09e612109b224b32f79370409108bcc" |
28 | SRC_URI += "git://github.com/pkg/diff;name=diff;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/pkg/diff" | 28 | SRC_URI += "git://github.com/pkg/diff;name=diff;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/pkg/diff;apply=no" |
29 | 29 | ||
30 | SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75" | 30 | SRCREV_color = "1c8d8706604ee5fb9a464e5097ba113101828a75" |
31 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/fatih/color" | 31 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor/github.com/fatih/color" |
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs/0001-utils-Add-missing-include-on-limits.h.patch b/recipes-extended/fuse-overlayfs/fuse-overlayfs/0001-utils-Add-missing-include-on-limits.h.patch deleted file mode 100644 index cd504ce5..00000000 --- a/recipes-extended/fuse-overlayfs/fuse-overlayfs/0001-utils-Add-missing-include-on-limits.h.patch +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | From b48e958aaecfdfc3bb48db082a548a09d6487181 Mon Sep 17 00:00:00 2001 | ||
2 | From: Andrei Gherzan <andrei.gherzan@huawei.com> | ||
3 | Date: Wed, 13 Jul 2022 12:05:07 +0200 | ||
4 | Subject: [PATCH] utils: Add missing include on limits.h | ||
5 | |||
6 | This happens to not be an issue with glibc because it gets indirectly | ||
7 | included via dirent.h: | ||
8 | |||
9 | .. /usr/include/dirent.h | ||
10 | [...] | ||
11 | ..... /usr/include/linux/limits.h | ||
12 | |||
13 | When using the musl libc implementation, that is not the case anymore | ||
14 | and the build fails. | ||
15 | |||
16 | Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> | ||
17 | Upstream-Status: Submitted [https://github.com/containers/fuse-overlayfs/pull/362] | ||
18 | --- | ||
19 | utils.h | 1 + | ||
20 | 1 file changed, 1 insertion(+) | ||
21 | |||
22 | diff --git a/utils.h b/utils.h | ||
23 | index 13a177e..6fbc328 100644 | ||
24 | --- a/utils.h | ||
25 | +++ b/utils.h | ||
26 | @@ -32,6 +32,7 @@ | ||
27 | # include <sys/types.h> | ||
28 | # include <fcntl.h> | ||
29 | # include "fuse-overlayfs.h" | ||
30 | +# include <limits.h> | ||
31 | |||
32 | # define XATTR_OVERRIDE_STAT "user.fuseoverlayfs.override_stat" | ||
33 | # define XATTR_PRIVILEGED_OVERRIDE_STAT "security.fuseoverlayfs.override_stat" | ||
34 | -- | ||
35 | 2.25.1 | ||
36 | |||
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb new file mode 100644 index 00000000..0f6d0fb6 --- /dev/null +++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "FUSE implementation of overlayfs." | ||
2 | DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \ | ||
3 | containers." | ||
4 | |||
5 | LICENSE = "GPL-2.0-or-later" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
7 | |||
8 | SRCREV = "33cb788edc05f5e3cbb8a7a241f5a04bee264730" | ||
9 | SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https" | ||
10 | |||
11 | DEPENDS = "fuse3" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb deleted file mode 100644 index 31199928..00000000 --- a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.9.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "FUSE implementation of overlayfs." | ||
2 | DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \ | ||
3 | containers." | ||
4 | |||
5 | LICENSE = "GPL-3.0-or-later" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
7 | |||
8 | SRCREV = "51592ea406f48faeccab288f65dcba6c4a67cd90" | ||
9 | SRC_URI = " \ | ||
10 | git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https \ | ||
11 | file://0001-utils-Add-missing-include-on-limits.h.patch \ | ||
12 | " | ||
13 | |||
14 | DEPENDS = "fuse3" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit autotools pkgconfig | ||
diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb index 4c6b3bdd..7ed708f5 100644 --- a/recipes-extended/libvirt/libvirt_git.bb +++ b/recipes-extended/libvirt/libvirt_git.bb | |||
@@ -47,9 +47,10 @@ S = "${WORKDIR}/git" | |||
47 | 47 | ||
48 | inherit meson gettext update-rc.d pkgconfig systemd useradd perlnative | 48 | inherit meson gettext update-rc.d pkgconfig systemd useradd perlnative |
49 | USERADD_PACKAGES = "${PN}" | 49 | USERADD_PACKAGES = "${PN}" |
50 | GROUPADD_PARAM:${PN} = "-r qemu; -r kvm" | 50 | GROUPADD_PARAM:${PN} = "-r qemu; -r kvm; -r libvirt; -r virtlogin" |
51 | USERADD_PARAM:${PN} = "-r -g qemu -G kvm qemu" | 51 | USERADD_PARAM:${PN} = "-r -g qemu -G kvm qemu" |
52 | 52 | ||
53 | CFLAGS += "${@oe.utils.vartrue('DEBUG_BUILD', '-Wno-error=inline', '', d)}" | ||
53 | 54 | ||
54 | EXTRA_OEMESON += "--cross-file ${WORKDIR}/meson-${PN}.cross" | 55 | EXTRA_OEMESON += "--cross-file ${WORKDIR}/meson-${PN}.cross" |
55 | do_write_config:append() { | 56 | do_write_config:append() { |
diff --git a/recipes-extended/xen/files/0001-xen-fix-header-guard-inconsistencies-gcc15.patch b/recipes-extended/xen/files/0001-xen-fix-header-guard-inconsistencies-gcc15.patch new file mode 100644 index 00000000..4b2c0bdf --- /dev/null +++ b/recipes-extended/xen/files/0001-xen-fix-header-guard-inconsistencies-gcc15.patch | |||
@@ -0,0 +1,54 @@ | |||
1 | From 70f96461462a5a0437398022aa71a2033c8c5c3a Mon Sep 17 00:00:00 2001 | ||
2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> | ||
3 | Date: Thu, 15 May 2025 14:26:47 -0400 | ||
4 | Subject: [PATCH] xen: fix header guard inconsistencies (gcc15) | ||
5 | |||
6 | Fixing the following header inconsistencies | ||
7 | |||
8 | | In file included from arch/arm/platforms/midway.c:22: | ||
9 | | ./arch/arm/include/asm/platforms/midway.h:1: error: header guard '__ASM_ARM_PLATFORMS_MIDWAY_H' followed by '#define' of a different macro [-Werror=header-guard] | ||
10 | | 1 | #ifndef __ASM_ARM_PLATFORMS_MIDWAY_H | ||
11 | | ./arch/arm/include/asm/platforms/midway.h:2: note: '__ASM_ASM_PLATFORMS_MIDWAY_H' is defined here; did you mean '__ASM_ARM_PLATFORMS_MIDWAY_H'? | ||
12 | | 2 | #define __ASM_ASM_PLATFORMS_MIDWAY_H | ||
13 | | In file included from arch/arm/platforms/omap5.c:21: | ||
14 | | ./arch/arm/include/asm/platforms/omap5.h:1: error: header guard '__ASM_ARM_PLATFORMS_OMAP5_H' followed by '#define' of a different macro [-Werror=header-guard] | ||
15 | | 1 | #ifndef __ASM_ARM_PLATFORMS_OMAP5_H | ||
16 | | ./arch/arm/include/asm/platforms/omap5.h:2: note: '__ASM_ASM_PLATFORMS_OMAP5_H' is defined here; did you mean '__ASM_ARM_PLATFORMS_OMAP5_H'? | ||
17 | |||
18 | It is unclear whether this is on purpose or not, but for our limited | ||
19 | set of permuations, we change them to match and no issues have been | ||
20 | found. | ||
21 | |||
22 | Upstream-Status: Pending [the xen folks understand the code and the right fix .. I don't] | ||
23 | |||
24 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||
25 | --- | ||
26 | xen/arch/arm/include/asm/platforms/midway.h | 2 +- | ||
27 | xen/arch/arm/include/asm/platforms/omap5.h | 2 +- | ||
28 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
29 | |||
30 | diff --git a/xen/arch/arm/include/asm/platforms/midway.h b/xen/arch/arm/include/asm/platforms/midway.h | ||
31 | index 099e4350f9..69143931c2 100644 | ||
32 | --- a/xen/arch/arm/include/asm/platforms/midway.h | ||
33 | +++ b/xen/arch/arm/include/asm/platforms/midway.h | ||
34 | @@ -1,5 +1,5 @@ | ||
35 | #ifndef __ASM_ARM_PLATFORMS_MIDWAY_H | ||
36 | -#define __ASM_ASM_PLATFORMS_MIDWAY_H | ||
37 | +#define __ASM_ARM_PLATFORMS_MIDWAY_H | ||
38 | |||
39 | /* addresses of SREG registers for resetting the SoC */ | ||
40 | #define MW_SREG_PWR_REQ 0xfff3cf00 | ||
41 | diff --git a/xen/arch/arm/include/asm/platforms/omap5.h b/xen/arch/arm/include/asm/platforms/omap5.h | ||
42 | index c559c84b61..8867b4589a 100644 | ||
43 | --- a/xen/arch/arm/include/asm/platforms/omap5.h | ||
44 | +++ b/xen/arch/arm/include/asm/platforms/omap5.h | ||
45 | @@ -1,5 +1,5 @@ | ||
46 | #ifndef __ASM_ARM_PLATFORMS_OMAP5_H | ||
47 | -#define __ASM_ASM_PLATFORMS_OMAP5_H | ||
48 | +#define __ASM_ARM_PLATFORMS_OMAP5_H | ||
49 | |||
50 | #define REALTIME_COUNTER_BASE 0x48243200 | ||
51 | #define INCREMENTER_NUMERATOR_OFFSET 0x10 | ||
52 | -- | ||
53 | 2.39.2 | ||
54 | |||
diff --git a/recipes-extended/xen/xen_4.20.bb b/recipes-extended/xen/xen_4.20.bb index d8324033..85c56296 100644 --- a/recipes-extended/xen/xen_4.20.bb +++ b/recipes-extended/xen/xen_4.20.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV ?= "3ad5d648cda5add395f49fc3704b2552aae734f7" | 1 | SRCREV ?= "47d911f69eb976785fd17cae4e39de4d55b94b9e" |
2 | 2 | ||
3 | XEN_REL ?= "4.20.0" | 3 | XEN_REL ?= "4.20.0" |
4 | XEN_BRANCH ?= "stable-4.20" | 4 | XEN_BRANCH ?= "stable-4.20" |
@@ -6,6 +6,7 @@ XEN_BRANCH ?= "stable-4.20" | |||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | 7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ |
8 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ | 8 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ |
9 | file://0001-xen-fix-header-guard-inconsistencies-gcc15.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" | 12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" |
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index e6d71aa2..023aa329 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
@@ -103,11 +103,12 @@ do_install() { | |||
103 | ln -sf ${libexecdir}/cni/ ${D}/opt/cni/bin | 103 | ln -sf ${libexecdir}/cni/ ${D}/opt/cni/bin |
104 | } | 104 | } |
105 | 105 | ||
106 | PACKAGECONFIG ?= "ca-certs" | ||
107 | PACKAGECONFIG[ca-certs] = ",,,ca-certificates" | ||
108 | |||
106 | FILES:${PN} += "${libexecdir}/cni/* /opt/cni/bin" | 109 | FILES:${PN} += "${libexecdir}/cni/* /opt/cni/bin" |
107 | 110 | ||
108 | INSANE_SKIP:${PN} += "ldflags already-stripped" | 111 | INSANE_SKIP:${PN} += "ldflags already-stripped" |
109 | 112 | ||
110 | deltask compile_ptest_base | 113 | deltask compile_ptest_base |
111 | |||
112 | RDEPENDS:${PN} += " ca-certificates" | ||
113 | RRECOMMENDS:${PN} += "iptables iproute2" | 114 | RRECOMMENDS:${PN} += "iptables iproute2" |