Skip to content
Snippets Groups Projects

update recipe for packaging the library modules

Merged Rupinderjit Singh requested to merge topics/rupsin01_kernel_upgrad into master
Compare and
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
SUMMARY = "Thin layer to expose FF-A operations towards user space"
DESCRIPTION = "${SUMMARY}"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
LIC_FILES_CHKSUM = "file://COPYING;md5=05e355bbd617507216a836c56cf24983"
inherit module
SRC_URI = "git://gitlab.arm.com/linux-arm/linux-trusted-services;protocol=https;branch=main \
file://0001-Add-UUID-of-Internal-Trusted-Storage.patch \
file://Makefile;subdir=git \
file://COPYING;subdir=git \
"
S = "${WORKDIR}/git"
@@ -20,6 +19,8 @@ RPROVIDES:${PN} += "kernel-module-arm-ffa-user"
KERNEL_MODULE_AUTOLOAD += "arm-ffa-user"
FILES:${PN} += "/lib/modules/*"
do_install:append() {
install -d ${D}${includedir}
install -m 0644 ${S}/arm_ffa_user.h ${D}${includedir}/