Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build-ktn-imx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Yocto
build-ktn-imx
Commits
ba0eb97e
Commit
ba0eb97e
authored
5 years ago
by
Frieder Schrempf
Browse files
Options
Downloads
Patches
Plain Diff
Update to thud branch
parent
2014051c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
conf/bblayers.conf
+2
-1
2 additions, 1 deletion
conf/bblayers.conf
conf/repo.conf
+6
-5
6 additions, 5 deletions
conf/repo.conf
conf/templateconf.cfg
+1
-1
1 addition, 1 deletion
conf/templateconf.cfg
with
10 additions
and
7 deletions
.gitignore
+
1
−
0
View file @
ba0eb97e
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
*.pyo
*.pyo
downloads
downloads
tmp/
tmp/
tmp-glibc/
sstate-cache
sstate-cache
conf/local.conf
conf/local.conf
conf/sanity_info
conf/sanity_info
...
...
This diff is collapsed.
Click to expand it.
conf/bblayers.conf
+
2
−
1
View file @
ba0eb97e
...
@@ -8,7 +8,8 @@ BBLAYERS ?= " \
...
@@ -8,7 +8,8 @@ BBLAYERS ?= " \
${
TOPDIR
}/../
layers
/
poky
/
meta
\
${
TOPDIR
}/../
layers
/
poky
/
meta
\
${
TOPDIR
}/../
layers
/
poky
/
meta
-
poky
\
${
TOPDIR
}/../
layers
/
poky
/
meta
-
poky
\
${
TOPDIR
}/../
layers
/
meta
-
qt5
\
${
TOPDIR
}/../
layers
/
meta
-
qt5
\
${
TOPDIR
}/../
layers
/
meta
-
exceet
\
${
TOPDIR
}/../
layers
/
meta
-
ktn
\
${
TOPDIR
}/../
layers
/
meta
-
ktn
-
imx
\
${
TOPDIR
}/../
layers
/
meta
-
freescale
\
${
TOPDIR
}/../
layers
/
meta
-
freescale
\
${
TOPDIR
}/../
layers
/
meta
-
openembedded
/
meta
-
oe
\
${
TOPDIR
}/../
layers
/
meta
-
openembedded
/
meta
-
oe
\
${
TOPDIR
}/../
layers
/
meta
-
openembedded
/
meta
-
python
\
${
TOPDIR
}/../
layers
/
meta
-
openembedded
/
meta
-
python
\
...
...
This diff is collapsed.
Click to expand it.
conf/repo.conf
+
6
−
5
View file @
ba0eb97e
[
modules
]
[
modules
]
poky
=
http
://
git
.
yoctoproject
.
org
/
git
/
poky
;
rev
=
5
f660914cd7eec8117efccdf1eb29c466b4e74f7
;
branch
=
rocko
poky
=
http
://
git
.
yoctoproject
.
org
/
git
/
poky
;
rev
=
2
dd610cc27c606f731f83047b4766787aab6e6b2
;
branch
=
thud
meta
-
qt5
=
https
://
github
.
com
/
meta
-
qt5
/
meta
-
qt5
;
rev
=
e6fb3850d43f857e87f7c53fc7df5933fef98cbd
;
branch
=
rocko
meta
-
qt5
=
https
://
github
.
com
/
meta
-
qt5
/
meta
-
qt5
;
rev
=
1520
d5b2b2beec5e1c3209d3178219e93ef08bca
;
branch
=
thud
meta
-
exceet
= {
GIT_SERVER
}:
yocto
-
exceet
/
meta
-
exceet
;
rev
=
e1924aef162d4d98e083dda65ee6e0bb55080e35
;
branch
=
rocko
meta
-
ktn
= {
GIT_SERVER
}:
yocto
-
ktn
/
meta
-
ktn
.
git
;
rev
=
8821
b7d07cf0d620e82a64f83b0cf3a227b8cebf
;
branch
=
thud
meta
-
freescale
=
https
://
git
.
yoctoproject
.
org
/
git
/
meta
-
freescale
;
rev
=
b0d303d069653283cb304a5a891fc0804ec4acfb
;
branch
=
rocko
meta
-
ktn
-
imx
= {
GIT_SERVER
}:
yocto
-
ktn
/
meta
-
ktn
-
imx
.
git
;
rev
=
e87dcb6856c352e771557820e61bfb0473fd592b
;
branch
=
thud
meta
-
openembedded
=
http
://
git
.
openembedded
.
org
/
meta
-
openembedded
;
rev
=
eae996301d9c097bcbeb8046f08041dc82bb62f8
;
branch
=
rocko
meta
-
freescale
=
https
://
git
.
yoctoproject
.
org
/
git
/
meta
-
freescale
;
rev
=
b73854c078b0a174613135b60da3377a1055f477
;
branch
=
thud
meta
-
openembedded
=
http
://
git
.
openembedded
.
org
/
meta
-
openembedded
;
rev
=
9
b3b907f30b0d5b92d58c7e68289184fda733d3e
;
branch
=
thud
This diff is collapsed.
Click to expand it.
conf/templateconf.cfg
+
1
−
1
View file @
ba0eb97e
../meta-
exceet
/conf
../meta-
ktn
/conf
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