Skip to content
Snippets Groups Projects
Commit c7c374bc authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

podman: Drop upstreamed changed


Patch has been merged upstream:
* 6063ad1 : podman: Rename podman-rootless.conf sysctl file to aid
  overrides - Andrei Gherzan

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 6e1ab1d1
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !290. Comments created here will be created in the context of that merge request.
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
inherit writables
WRITABLES = "rootuser-netconfig"
WRITABLE_PATH[rootuser-netconfig] = "/etc/cni/net.d"
do_install:append() {
if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then
# Make sure that the Oniro defaults gets overridden by this.
mv "${D}${sysconfdir}/sysctl.d/00-podman-rootless.conf" \
"${D}${sysconfdir}/sysctl.d/50-podman-rootless.conf"
fi
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment