Skip to content

Commit

Permalink
pim435: Add recipe for C implementation for userspace driver app
Browse files Browse the repository at this point in the history
Origin: https://booting.oniroproject.org/distro/oniro/-/merge_requests/402
Forwarded: openembedded#493
Relate-to: https://git.ostc-eu.org/distro/components/vending-machine-control-application/-/issues/2
Relate-to: https://booting.oniroproject.org/distro/oniro/-/merge_requests/416
Thanks-to: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
rzr authored and kraj committed Nov 26, 2021
1 parent 9b3c3c0 commit 7a11a72
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions meta-oe/recipes-core/pim435/pim435_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0

HOMEPAGE = "https://booting.oniroproject.org/distro/components/pim435"
SUMMARY = "A userspace driver application for PIM435 written in C"
DESCRIPTION = "A userspace driver application for PIM435 (Pimoroni LED matrix) \
written in C"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663"

SRC_URI = "git://booting.oniroproject.org/distro/components/pim435;protocol=https;branch=main"
SRCREV = "57214788a7b1e2288db624bf3087388946f93333"
S = "${WORKDIR}/git"

DEPENDS = "i2c-tools"

EXTRA_OEMAKE += "DESTDIR=${D}"

do_install() {
oe_runmake install
}

0 comments on commit 7a11a72

Please sign in to comment.