Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
media build scripts container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Dufresne
media build scripts container
Commits
2cdc7b1d
Commit
2cdc7b1d
authored
1 year ago
by
Sebastian Fricke
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parents
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+9
-0
9 additions, 0 deletions
Dockerfile
custom_data/env.sh
+3
-0
3 additions, 0 deletions
custom_data/env.sh
with
12 additions
and
0 deletions
Dockerfile
0 → 100644
+
9
−
0
View file @
2cdc7b1d
FROM
debian:bullseye
RUN
apt-get update
&&
apt-get
install
-y
git gcc-multilib g++-multilib libgmp-dev libmpfr-dev libmpc-dev make texinfo bison flex gettext dwarves abi-dumper libssl-dev libelf-dev libsqlite3-dev python3-sphinx-rtd-theme dvipng meson libasound2-dev libjpeg-dev libudev-dev pkg-config libjson-c-dev libqt5opengl5-dev libsdl2-dev libbpf-dev clang doxygen emscripten rsync llvm clang libgtk-3-dev wget qemu-system-x86 python3-argcomplete
RUN
wget http://ftp.de.debian.org/debian/pool/main/v/virtme-ng/virtme-ng_1.12-2_all.deb
&&
dpkg
-i
virtme-ng_1.12-2_all.deb
&&
rm
virtme-ng_1.12-2_all.deb
RUN
git clone git://linuxtv.org/hverkuil/build-scripts.git
WORKDIR
/build-scripts
RUN
./cross.sh setup
RUN
./cross.sh all
This diff is collapsed.
Click to expand it.
custom_data/env.sh
0 → 100644
+
3
−
0
View file @
2cdc7b1d
myrepo
=
git://linuxtv.org/hverkuil/media_tree.git
name
=
"Example Name"
email
=
"example@mail.com"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment