mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 14:29:41 +00:00
linuxptp: ship example configurations in separate package
configs directory from source is shipped in linuxptp-configs package and includes some example configuration files for the applications. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
efb7b4d2e3
commit
22491c404c
@ -17,6 +17,13 @@ export KBUILD_OUTPUT="${RECIPE_SYSROOT}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D} prefix=${prefix}
|
||||
|
||||
# Install example configs from source tree
|
||||
install -d ${D}${docdir}/${PN}
|
||||
cp -R --no-dereference --preserve=mode,links ${S}/configs ${D}${docdir}/${PN}
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-configs"
|
||||
|
||||
FILES_${PN}-configs = "${docdir}"
|
||||
FILES_${PN}-doc = "${mandir}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user