Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-tc
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arm Reference Solutions
meta-tc
Merge requests
!14
update recipe for packaging the library modules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update recipe for packaging the library modules
topics/rupsin01_kernel_upgrad
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Rupinderjit Singh
requested to merge
topics/rupsin01_kernel_upgrad
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This patch is related to TC1 ACK kernel upgrade to 5.15. It includes:
Remove COPYING file as it has now been upstreamed.
Update the md5 checksum
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b26bda7d
1 commit,
2 years ago
1 file
+
3
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
recipes-kernel/arm-ffa-user/arm-ffa-user_2.0.bb
+
3
−
2
Options
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}/