Add softhsm file
This commit is contained in:
parent
89be23351b
commit
9ef3dd4dbb
|
@ -21,6 +21,7 @@ SRC_URI = "file://rotation \
|
|||
file://issue.net \
|
||||
file://issue \
|
||||
file://usbd \
|
||||
file://softhsm \
|
||||
file://share/dot.bashrc \
|
||||
file://share/dot.profile \
|
||||
file://licenses/GPL-2 \
|
||||
|
@ -121,6 +122,8 @@ do_install () {
|
|||
# install -m 0644 ${WORKDIR}/group ${D}${sysconfdir}/group
|
||||
# install -m 0644 ${WORKDIR}/passwd ${D}${sysconfdir}/passwd
|
||||
|
||||
install -m 0644 ${WORKDIR}/softhsm ${D}${sysconfdir}/softhsm
|
||||
|
||||
install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
|
||||
install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems
|
||||
install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
|
||||
|
|
Loading…
Reference in New Issue