Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
656
Issues
656
List
Boards
Labels
Service Desk
Milestones
Merge Requests
220
Merge Requests
220
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
091c5e93
Commit
091c5e93
authored
May 19, 2017
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimg.arm: fix uboot
ref
#7181
parent
4adf03cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+3
-2
No files found.
scripts/mkimg.arm.sh
View file @
091c5e93
...
@@ -58,10 +58,11 @@ profile_rpi() {
...
@@ -58,10 +58,11 @@ profile_rpi() {
}
}
build_uboot
()
{
build_uboot
()
{
set
-x
# FIXME: Fix apk-tools to extract packages directly
# FIXME: Fix apk-tools to extract packages directly
local
pkg
pkgs
=
"
$(
apk fetch
--simulate
--root
/tmp/timo/apkroot-armhf/
--recursive
u-boot-all |
sed
-ne
"s/^Downloading
\(
[^0-9.]*
\)\-
.*
$/
\1
/p"
)
"
local
pkg
pkgs
=
"
$(
apk fetch
--simulate
--root
"
$APKROOT
"
--recursive
u-boot-all |
sed
-ne
"s/^Downloading
\(
[^0-9.]*
\)\-
.*
$/
\1
/p"
)
"
for
pkg
in
$pkgs
;
do
for
pkg
in
$pkgs
;
do
[
"
$pkg
"
=
=
"u-boot-all"
]
||
apk fetch
--root
"
$APKROOT
"
--stdout
$pkg
|
tar
-C
"
$DESTDIR
"
-xz
usr
[
"
$pkg
"
=
"u-boot-all"
]
||
apk fetch
--root
"
$APKROOT
"
--stdout
$pkg
|
tar
-C
"
$DESTDIR
"
-xz
usr
done
done
mkdir
-p
"
$DESTDIR
"
/u-boot
mkdir
-p
"
$DESTDIR
"
/u-boot
mv
"
$DESTDIR
"
/usr/sbin/update-u-boot
"
$DESTDIR
"
/usr/share/u-boot/
*
"
$DESTDIR
"
/u-boot
mv
"
$DESTDIR
"
/usr/sbin/update-u-boot
"
$DESTDIR
"
/usr/share/u-boot/
*
"
$DESTDIR
"
/u-boot
...
...
Henrik Riomar
@HRio
mentioned in issue
#7181 (closed)
·
Jul 12, 2019
mentioned in issue
#7181 (closed)
mentioned in issue #7181
Toggle commit list
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