added my Recipes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
SUMMARY = "inputattach configuration file"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI = "file://inputattach.conf"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
install -Dm 0644 ${WORKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Configuration for inputattach
|
||||
#
|
||||
# Every line of this file are inputattach arguments, see 'inputattach --help'.
|
||||
# An inputattach instance will be started for each element.
|
||||
#
|
||||
# --microsoft /dev/ttyS0
|
||||
# --baud 9600 --w8001 /dev/ttyS1
|
||||
Reference in New Issue
Block a user