From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../serial-utils/pty-forward-native.bb | 20 ++++++++++++++++++++ .../serial-utils/serial-forward_git.bb | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 meta-oe/recipes-support/serial-utils/pty-forward-native.bb create mode 100644 meta-oe/recipes-support/serial-utils/serial-forward_git.bb (limited to 'meta-oe/recipes-support/serial-utils') diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb new file mode 100644 index 0000000000..b2b878d341 --- /dev/null +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb @@ -0,0 +1,20 @@ +SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY" +AUTHOR = "Holger 'Zecke' Freyther" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" +SECTION = "console/network" +SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" +PV = "1.1+gitr${SRCPV}" + +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" +S = "${WORKDIR}/git/tools/serial_forward" + +inherit autotools native + +do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" +do_deploy() { + install -d ${DEPLOY_DIR_IMAGE} + install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward +} + +addtask deploy before do_package after do_install diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb new file mode 100644 index 0000000000..129a3be8a0 --- /dev/null +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "Forward a serial using TCP/IP" +AUTHOR = "Holger 'Zecke' Freyther'" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" +SECTION = "console/devel" +SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" +PV = "1.1+gitr${SRCPV}" + +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" +S = "${WORKDIR}/git/tools/serial_forward" + +inherit autotools -- cgit v1.2.3-54-g00ecf