Skip to content

Commit 9c4c86a

Browse files
committed
nerdctl: also apply the chmod workaround to qcom-distro-sota
The SOTA version of qcom-distro doesn't use qcom-distro overrides. Specify a separate override for it. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 5f79fad commit 9c4c86a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

recipes-containers/nerdctl/nerdctl_%.bbappend

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ do_rm_work:prepend:qcom-distro() {
77
chmod u+w ${UNPACKDIR} -R
88
fi
99
}
10+
11+
do_rm_work:prepend:qcom-distro-sota() {
12+
if [ -d ${UNPACKDIR} ] ; then
13+
chmod u+w ${UNPACKDIR} -R
14+
fi
15+
}

0 commit comments

Comments
 (0)