Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
0c8b5f57
Commit
0c8b5f57
authored
5 years ago
by
koenigl
Browse files
Options
Downloads
Patches
Plain Diff
WIP: deactivate patches
parent
20986647
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+26
-26
26 additions, 26 deletions
setup.sh
with
26 additions
and
26 deletions
setup.sh
+
26
−
26
View file @
0c8b5f57
...
...
@@ -52,34 +52,34 @@ cp -r boards/* third_party/tock/boards
echo
$done_text
# Apply patches to kernel. Do that in a sub-shell
(
cd
third_party/tock/
&&
\
for
p
in
../../patches/tock/[0-9][0-9]-
*
.patch
do
echo
-n
'[-] Applying patch "'
$(
basename
$p
)
'"... '
if
git apply
"
$p
"
then
echo
$done_text
else
patch_conflict_detected
fi
done
)
#
(
#
cd third_party/tock/ && \
#
for p in ../../patches/tock/[0-9][0-9]-*.patch
#
do
#
echo -n '[-] Applying patch "'$(basename $p)'"... '
#
if git apply "$p"
#
then
#
echo $done_text
#
else
#
patch_conflict_detected
#
fi
#
done
#
)
# Now apply patches to libtock-rs. Do that in a sub-shell
(
cd
third_party/libtock-rs/
&&
\
for
p
in
../../patches/libtock-rs/[0-9][0-9]-
*
.patch
do
echo
-n
'[-] Applying patch "'
$(
basename
$p
)
'"... '
if
git apply
"
$p
"
then
echo
$done_text
else
patch_conflict_detected
fi
done
)
#
(
#
cd third_party/libtock-rs/ && \
#
for p in ../../patches/libtock-rs/[0-9][0-9]-*.patch
#
do
#
echo -n '[-] Applying patch "'$(basename $p)'"... '
#
if git apply "$p"
#
then
#
echo $done_text
#
else
#
patch_conflict_detected
#
fi
#
done
#
)
# Ensure we have certificates, keys, etc. so that the tests can run
source
tools/gen_key_materials.sh
...
...
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