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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
darkbit
ffbs-gluon
Commits
584d215f
Commit
584d215f
authored
5 years ago
by
Matthias Schiffer
Committed by
Martin Weinelt
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
build: allow overriding the base feed list
parent
6155bf82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+7
-1
7 additions, 1 deletion
Makefile
scripts/feeds.sh
+1
-1
1 addition, 1 deletion
scripts/feeds.sh
with
8 additions
and
2 deletions
Makefile
+
7
−
1
View file @
584d215f
...
...
@@ -46,10 +46,16 @@ $(eval $(call mkabspath,GLUON_PATCHESDIR))
GLUON_MULTIDOMAIN
?=
0
GLUON_DEBUG
?=
0
# Can be overridden via environment/command line/... to use the Gluon
# build system for non-Gluon builds
define
GLUON_BASE_FEEDS ?=
src-link
gluon_base
../../package
endef
GLUON_VARS
=
\
GLUON_RELEASE GLUON_REGION GLUON_MULTIDOMAIN GLUON_DEBUG GLUON_DEPRECATED GLUON_DEVICES
\
GLUON_TARGETSDIR GLUON_PATCHESDIR GLUON_TMPDIR GLUON_IMAGEDIR GLUON_PACKAGEDIR
\
GLUON_SITEDIR GLUON_RELEASE GLUON_BRANCH GLUON_LANGS BOARD SUBTARGET
GLUON_SITEDIR GLUON_RELEASE GLUON_BRANCH GLUON_LANGS
GLUON_BASE_FEEDS
BOARD SUBTARGET
unexport
$(GLUON_VARS)
GLUON_ENV
=
$(
foreach var,
$(
GLUON_VARS
)
,
$(
var
)
=
$(
call escape,
$($(
var
))))
...
...
This diff is collapsed.
Click to expand it.
scripts/feeds.sh
+
1
−
1
View file @
584d215f
...
...
@@ -11,7 +11,7 @@ rm -rf openwrt/feeds
rm
-rf
openwrt/package/feeds
(
echo
'src-link gluon_base ../../package'
echo
"
$GLUON_BASE_FEEDS
"
for
feed
in
$FEEDS
;
do
echo
"src-link
$feed
../../packages/
$feed
"
done
...
...
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