Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bb814d5b authored by Robert Nelson's avatar Robert Nelson
Browse files

ti-sgx-23.1-j721e-ddx-um (23.3.6512818.0-0bbbio0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 33e76ac7
Branches
No related merge requests found
ti-sgx-23.1-j721e-ddx-um (23.3.6512818.0-0bbbio0~bookworm+20240507) bookworm; urgency=low
* Rebuild ti-sgx-23.1-j721e-ddx-um_23.3.6512818.0-0 for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 07 May 2024 16:32:33 -0500
9
Source: ti-sgx-23.3-j721e-ddx-um
Section: misc
Priority: optional
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper (>= 9)
, ca-certificates
, git
, libdrm-dev
, libwayland-dev
Standards-Version: 4.5.0
Homepage: https://git.ti.com/gitweb?p=graphics/ti-img-rogue-umlibs.git;a=summary
Package: ti-sgx-23.3-j721e-ddx-um
Depends:
${shlibs:Depends}
, ${misc:Depends}
, kbd
, ti-sgx-23.3-firmware
Architecture: arm64
Description: Userspace libraries for SGX 23.3
Userspace libraries for SGX 23.3
tmp/sgx/targetfs/j721e_linux/lws-generic/release/etc/* etc
tmp/sgx/targetfs/j721e_linux/lws-generic/release/usr/* usr
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
SGX_TAG="linuxws/kirkstone/k6.1/23.3.6512818"
SGX_REPO="https://git.gfnd.rcn-ee.org/TexasInstruments/ti-img-rogue-umlibs.git"
# Disable dh_strip
override_dh_strip:
# Disable dh_strip_nondeterminism
override_dh_strip_nondeterminism:
# Disable dh_shlibdeps
override_dh_shlibdeps:
override_dh_auto_configure:
mkdir -p ./tmp/sgx/ ; git -c http.sslVerify=false clone -b $(SGX_TAG) $(SGX_REPO) --depth=5 ./tmp/sgx/ ; git --git-dir ./tmp/sgx/.git log --pretty=oneline
%:
dh $@
#!/bin/bash -e
#https://git.ti.com/gitweb?p=graphics/ti-img-rogue-umlibs.git;a=summary
package_name="ti-sgx-23.1-j721e-ddx-um"
debian_pkg_name="${package_name}"
package_version="23.3.6512818.0"
package_source=""
src_dir=""
git_repo=""
git_sha=""
reprepro_dir="t/${package_name}"
dl_path=""
debian_version="${package_version}-0"
debian_patch=""
debian_diff=""
local_patch="bbbio0"
clear_changelog="enable"
bookworm_version="~bookworm+20240507"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment