Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
Show more breadcrumbs
firmware
FFS Gluon site
Commits
cea5ddc2
Commit
cea5ddc2
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
update targets list
parent
80206da3
No related branches found
No related tags found
No related merge requests found
Pipeline
#327
canceled
5 years ago
Stage: build
Stage: package
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+44
-4
44 additions, 4 deletions
.gitlab-ci.yml
buildall.sh
+20
-13
20 additions, 13 deletions
buildall.sh
with
64 additions
and
17 deletions
.gitlab-ci.yml
+
44
−
4
View file @
cea5ddc2
...
@@ -31,15 +31,20 @@ target:ar71xx-generic:
...
@@ -31,15 +31,20 @@ target:ar71xx-generic:
variables
:
variables
:
GLUON_TARGET
:
ar71xx-generic
GLUON_TARGET
:
ar71xx-generic
target:ar71xx-tiny
:
extends
:
.target
variables
:
GLUON_TARGET
:
ar71xx-tiny
target:ar71xx-nand
:
target:ar71xx-nand
:
extends
:
.target
extends
:
.target
variables
:
variables
:
GLUON_TARGET
:
ar71xx-nand
GLUON_TARGET
:
ar71xx-nand
target:a
r71xx-tiny
:
target:a
th79-generic
:
extends
:
.target
extends
:
.target
variables
:
variables
:
GLUON_TARGET
:
a
r71xx-tiny
GLUON_TARGET
:
a
th79-generic
target:brcm2708-bcm2708
:
target:brcm2708-bcm2708
:
extends
:
.target
extends
:
.target
...
@@ -51,15 +56,40 @@ target:brcm2708-bcm2709:
...
@@ -51,15 +56,40 @@ target:brcm2708-bcm2709:
variables
:
variables
:
GLUON_TARGET
:
brcm2708-bcm2709
GLUON_TARGET
:
brcm2708-bcm2709
target:ipq40xx-generic
:
extends
:
.target
variables
:
GLUON_TARGET
:
ipq40xx-generic
target:ipq806x-generic
:
extends
:
.target
variables
:
GLUON_TARGET
:
ipq806x-generic
target:lantiq-xrx200
:
extends
:
.target
variables
:
GLUON_TARGET
:
lantiq-xrx200
target:lantiq-xway
:
extends
:
.target
variables
:
GLUON_TARGET
:
lantiq-xway
target:mpc85xx-generic
:
target:mpc85xx-generic
:
extends
:
.target
extends
:
.target
variables
:
variables
:
GLUON_TARGET
:
mpc85xx-generic
GLUON_TARGET
:
mpc85xx-generic
target:ipq40xx
:
target:mpc85xx-p1020
:
extends
:
.target
variables
:
GLUON_TARGET
:
mpc85xx-p1020
target:ramips-mt7620
:
extends
:
.target
extends
:
.target
variables
:
variables
:
GLUON_TARGET
:
ipq40xx
GLUON_TARGET
:
ramips-mt7620
target:ramips-mt7621
:
target:ramips-mt7621
:
extends
:
.target
extends
:
.target
...
@@ -71,6 +101,16 @@ target:ramips-mt76x8:
...
@@ -71,6 +101,16 @@ target:ramips-mt76x8:
variables
:
variables
:
GLUON_TARGET
:
ramips-mt76x8
GLUON_TARGET
:
ramips-mt76x8
target:ramips-rt305x
:
extends
:
.target
variables
:
GLUON_TARGET
:
ramips-rt305x
target:sunxi-cortexa7
:
extends
:
.target
variables
:
GLUON_TARGET
:
sunxi-cortexa7
target:x86-generic
:
target:x86-generic
:
extends
:
.target
extends
:
.target
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
buildall.sh
+
20
−
13
View file @
cea5ddc2
...
@@ -6,19 +6,26 @@ set -o pipefail
...
@@ -6,19 +6,26 @@ set -o pipefail
branch
=
nightly
branch
=
nightly
TARGETS
=(
TARGETS
=(
ar71xx-generic
ar71xx-generic
ar71xx-nand
ar71xx-tiny
ar71xx-tiny
ar71xx-nand
brcm2708-bcm2708
ath79-generic
brcm2708-bcm2709
brcm2708-bcm2708
ipq40xx
brcm2708-bcm2709
mpc85xx-generic
ipq40xx-generic
ramips-mt7620
ipq806x-generic
ramips-mt76x8
lantiq-xrx200
# ramips-rt305x # build fails
lantiq-xway
x86-64
mpc85xx-generic
x86-generic
mpc85xx-p1020
x86-geode
ramips-mt7620
ramips-mt7621
ramips-mt76x8
ramips-rt305x
sunxi-cortexa7
x86-generic
x86-geode
x86-64
)
)
sitedir
=
$(
readlink
-f
$(
dirname
$0
))
sitedir
=
$(
readlink
-f
$(
dirname
$0
))
...
...
This diff is collapsed.
Click to expand it.
Nico
@nrb
mentioned in issue
#1 (closed)
·
5 years ago
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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