Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HongzheWang
slapos
Commits
213a0d6c
Commit
213a0d6c
authored
Feb 10, 2022
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beremiz: add gcc to IDE PATH variable
parent
74927008
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
software/beremiz/buildout.hash.cfg
software/beremiz/buildout.hash.cfg
+2
-2
software/beremiz/instance-beremiz.cfg.jinja2.in
software/beremiz/instance-beremiz.cfg.jinja2.in
+1
-1
software/beremiz/instance.cfg.in
software/beremiz/instance.cfg.in
+1
-0
software/beremiz/software.cfg
software/beremiz/software.cfg
+1
-0
No files found.
software/beremiz/buildout.hash.cfg
View file @
213a0d6c
...
...
@@ -15,8 +15,8 @@
[instance]
filename = instance.cfg.in
md5sum =
2705dd8e09c6b2a78192e30741ca5f65
md5sum =
7cd55b56a29f2ba0861151f35a9ad8c7
[template-instance-beremiz]
filename = instance-beremiz.cfg.jinja2.in
md5sum =
ada231a335e8dd95ff0dc6da663828f8
md5sum =
8a882a2f05707c4c80c0324b856e66f0
software/beremiz/instance-beremiz.cfg.jinja2.in
View file @
213a0d6c
...
...
@@ -118,7 +118,7 @@ mode = 0700
template =
inline:#!/bin/sh
export LD_LIBRARY_PATH={{ mesa_location }}/lib
export PATH={{ matiec_location }}/bin:{{ bison_location }}/bin:{{ flex_location }}/bin:{{ bin_directory }}:$PATH
export PATH={{ matiec_location }}/bin:{{ bison_location }}/bin:{{ flex_location }}/bin:{{ bin_directory }}:
{{ gcc_location }}/bin:
$PATH
export XDG_DATA_DIR={{ gtk3_location }}/share
export GSETTINGS_SCHEMA_DIR={{ gtk3_location }}/share/glib-2.0/schemas
export FONTCONFIG_FILE=${font-config:rendered}
...
...
software/beremiz/instance.cfg.in
View file @
213a0d6c
...
...
@@ -53,6 +53,7 @@ extra-context =
raw font_config_tmplt {{ template_fonts_conf_target }}
raw font_dejavu {{ font_dejavu }}
raw font_liberation {{ font_liberation }}
raw gcc_location {{ gcc_location }}
raw gtk3_location {{ gtk3_location }}
raw matiec_location {{ matiec_location }}
raw mesa_location {{ mesa_location }}
...
...
software/beremiz/software.cfg
View file @
213a0d6c
...
...
@@ -103,6 +103,7 @@ context =
key logrotate_cfg template-logrotate-base:rendered
key bison_location bison:location
key flex_location flex:location
key gcc_location gcc:prefix
key gtk3_location gtk-3:location
key matiec_location matiec:location
key mesa_location mesa:location
...
...
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