[oe] [meta-oe] spidev-test: Add initial version of recipe

Jonathan Richardson jonathan.richardson at broadcom.com
Fri Feb 14 19:41:12 UTC 2020


-----Original Message-----
From: Jonathan Richardson [mailto:jonathan.richardson at broadcom.com]
Sent: Thursday, February 13, 2020 3:24 PM
To: openembedded-devel at lists.openembedded.org
Cc: Arun Parameswaran; Jonathan Richardson
Subject: [meta-oe] spidev-test: Add initial version of recipe

From: Arun Parameswaran <arun.parameswaran at broadcom.com>

Allows for testing SPI interface using spidev driver and is part of the
kernel tools.

Signed-off-by: Arun Parameswaran <arun.parameswaran at broadcom.com>
Reviewed-by: Jonathan Richardson <jonathan.richardson at broadcom.com>
Tested-by: Jonathan Richardson <jonathan.richardson at broadcom.com>
Signed-off-by: Jonathan Richardson <jonathan.richardson at broadcom.com>
---
 .../recipes-kernel/spidev-test/spidev-test.bb | 30 +++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 meta-oe/recipes-kernel/spidev-test/spidev-test.bb

diff --git a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
new file mode 100644
index 000000000..7dd199fe9
--- /dev/null
+++ b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb
@@ -0,0 +1,30 @@
+SUMMARY = "Test SPI devices"
+DESCRIPTION = "SPI testing utility using the spidev driver"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM =
"file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
"
+DEPENDS = "binutils elfutils"

Doesn't look like these dependencies aren't required. I'm going to remove
them.


More information about the Openembedded-devel mailing list