mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
kubernetes: correct install path
install needs to go to ${D}, not the host path, so we fix up the offending install lines. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
9c4cefcb71
commit
8d3beeb4f4
|
@ -76,7 +76,7 @@ do_install() {
|
|||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -d ${D}${systemd_unitdir}/system/kubelet.service.d/
|
||||
|
||||
install -d ${sysconfdir}/kubernetes/manifests/
|
||||
install -d ${D}${sysconfdir}/kubernetes/manifests/
|
||||
|
||||
install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user