Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
121609b3
Unverified
Commit
121609b3
authored
4 years ago
by
Matthias Schiffer
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2010 from txt-file/x86-legacy
Add x86-legacy subtarget
parents
55c51f2a
d353ad35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build-gluon.yml
+21
-0
21 additions, 0 deletions
.github/workflows/build-gluon.yml
targets/targets.mk
+1
-0
1 addition, 0 deletions
targets/targets.mk
targets/x86-legacy
+10
-0
10 additions, 0 deletions
targets/x86-legacy
with
32 additions
and
0 deletions
.github/workflows/build-gluon.yml
+
21
−
0
View file @
121609b3
...
...
@@ -412,6 +412,27 @@ jobs:
name
:
x86-geode_output
path
:
output
x86-legacy
:
name
:
x86-legacy
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Install Dependencies
run
:
sudo contrib/actions/install-dependencies.sh
-
name
:
Build
run
:
contrib/actions/run-build.sh x86-legacy
-
name
:
Archive build logs
if
:
${{ !cancelled() }}
uses
:
actions/upload-artifact@v1
with
:
name
:
x86-legacy_logs
path
:
openwrt/logs
-
name
:
Archive build output
uses
:
actions/upload-artifact@v1
with
:
name
:
x86-legacy_output
path
:
output
x86-64
:
name
:
x86-64
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
0
View file @
121609b3
...
...
@@ -19,6 +19,7 @@ $(eval $(call GluonTarget,ramips,rt305x))
$(
eval
$(
call GluonTarget,sunxi,cortexa7
))
$(
eval
$(
call GluonTarget,x86,generic
))
$(
eval
$(
call GluonTarget,x86,geode
))
$(
eval
$(
call GluonTarget,x86,legacy
))
$(
eval
$(
call GluonTarget,x86,64
))
...
...
This diff is collapsed.
Click to expand it.
targets/x86-legacy
0 → 100644
+
10
−
0
View file @
121609b3
include 'x86.inc'
packages {
'-kmod-gpio-nct5104d',
'-kmod-leds-gpio',
'-kmod-leds-apu2',
}
factory_image('x86-legacy', 'combined-squashfs', '.img.gz')
sysupgrade_image('x86-legacy', 'combined-squashfs', '.img.gz')
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