Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
43b7f867
Commit
43b7f867
authored
Sep 12, 2019
by
Rabeeh Khoury
Committed by
GitHub
Sep 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from daniel-thompson/master
runme: Use --keep-cr when applying edk2-platforms patches
parents
153fb79d
cf25a044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
runme.sh
runme.sh
+1
-1
No files found.
runme.sh
View file @
43b7f867
...
...
@@ -115,7 +115,7 @@ for i in $QORIQ_COMPONENTS; do
cd
edk2-platforms
git checkout
-b
$RELEASE
refs/tags/
$RELEASE
patch
-p1
<
$ROOTDIR
/patches/edk2-platforms/
*
.diff
git am
$ROOTDIR
/patches/edk2-platforms/
*
.patch
git am
--keep-cr
$ROOTDIR
/patches/edk2-platforms/
*
.patch
fi
if
[[
-d
$ROOTDIR
/patches/
$i
/
]]
;
then
git am
$ROOTDIR
/patches/
$i
/
*
.patch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment