Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Commits
f9aa7846
Unverified
Commit
f9aa7846
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
build: fix error message in case of missing site repository
parent
da7f6914
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-5
3 additions, 5 deletions
Makefile
with
3 additions
and
5 deletions
Makefile
+
3
−
5
View file @
f9aa7846
...
@@ -18,13 +18,11 @@ export GLUON_TMPDIR GLUON_IMAGEDIR GLUON_PACKAGEDIR DEVICES
...
@@ -18,13 +18,11 @@ export GLUON_TMPDIR GLUON_IMAGEDIR GLUON_PACKAGEDIR DEVICES
$(GLUON_SITEDIR)/site.mk
:
$(GLUON_SITEDIR)/site.mk
:
$(
error No site configuration was found. Please check out a site configuration to
$(
GLUON_SITEDIR
))
$(
error No site configuration was found. Please check out a site configuration to
$(
GLUON_SITEDIR
))
-
include
$(GLUON_SITEDIR)/site.mk
include
$(GLUON_SITEDIR)/site.mk
ifeq
($(GLUON_RELEASE),)
$(
error
GLUON_RELEASE not set. GLUON_RELEASE can be
set
in
site.mk or on the
command
line.
)
endif
GLUON_LANGS
?=
en
GLUON_RELEASE
?=
$(
error GLUON_RELEASE not set. GLUON_RELEASE can be
set
in
site.mk or on the
command
line
)
export
GLUON_RELEASE
GLUON_ATH10K_MESH
GLUON_REGION
GLUON_DEBUG
export
GLUON_RELEASE
GLUON_ATH10K_MESH
GLUON_REGION
GLUON_DEBUG
...
...
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