libdigiapix: rename config files from board.conf to libdigiapix.conf
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
8fc279fe65
commit
d50f82b121
|
|
@ -19,7 +19,7 @@ LIBDIGIAPIX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LI
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
|
${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://99-digiapix.rules \
|
file://99-digiapix.rules \
|
||||||
file://board.conf \
|
file://libdigiapix.conf \
|
||||||
file://digiapix.sh \
|
file://digiapix.sh \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
@ -36,7 +36,7 @@ do_install() {
|
||||||
install -m 0755 ${WORKDIR}/digiapix.sh ${D}${sysconfdir}/udev/scripts/
|
install -m 0755 ${WORKDIR}/digiapix.sh ${D}${sysconfdir}/udev/scripts/
|
||||||
|
|
||||||
# Install board config file
|
# Install board config file
|
||||||
install -m 0644 ${WORKDIR}/board.conf ${D}${sysconfdir}/libdigiapix.conf
|
install -m 0644 ${WORKDIR}/libdigiapix.conf ${D}${sysconfdir}/
|
||||||
}
|
}
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue