Skip to content
Snippets Groups Projects
Commit 696e2f72 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Initial packaging

parent 7ab77b25
No related branches found
No related tags found
3 merge requests!3Release 3.19.0-0+apertis1,!2Initial packaging of optee,!1Draft: Release optee-os version 3.19.0-0+apertis0
Pipeline #434948 canceled
target
This diff is collapsed.
optee-os (3.19.0-0+apertis0) apertis; urgency=medium
* Initial release.
-- Dylan Aïssi <dylan.aissi@collabora.com> Mon, 07 Nov 2022 10:56:01 +0100
Source: optee-os
Section: devel
Priority: optional
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
crossbuild-essential-armhf,
crossbuild-essential-arm64,
python3,
python3-cryptography,
python3-pyelftools
Vcs-Browser: https://gitlab.apertis.org/pkg/optee-os
Vcs-Git: https://gitlab.apertis.org/pkg/optee-os.git
Homepage: http://optee.readthedocs.io/
Rules-Requires-Root: no
Package: optee-os-k3
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: OP-TEE Trusted OS
OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone
technology. OP-TEE implements TEE Internal Core API v1.1.x which is the API
exposed to Trusted Applications and the TEE Client API v1.0, which is the API
describing how to communicate with a TEE. Those APIs are defined in the
GlobalPlatform API specifications.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: optee_os
Source: https://github.com/OP-TEE/optee_os
Files: *
Copyright: 2015-2022, Linaro Limited
License: BSD-2-clause
Files: debian/*
Copyright: 2022, Collabora Ltd.
License: BSD-2-clause
License: BSD-2-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
out/arm-plat-k3/core/tee-pager_v2.bin lib/firmware
#!/usr/bin/make -f
COMPILE=arm-linux-gnueabihf-
COMPILE64=aarch64-linux-gnu-
PLATFORM = k3-am62x
CFG_ARM64_core = y
%:
dh $@
override_dh_auto_build:
make \
CROSS_COMPILE=${COMPILE32} \
CROSS_COMPILE64=${COMPILE64} \
PLATFORM=${PLATFORM} \
CFG_ARM64_core=${CFG_ARM64_core}
3.0 (quilt)
version=4
opts="uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/optee_os-$1\.tar\.gz/" \
https://github.com/OP-TEE/optee_os/tags .*/v?(\d\S+)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment