-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-rokers: set distro name and version in rokers-image-base #17
base: dev-rokers
Are you sure you want to change the base?
Conversation
Signed-off-by: Ludovico O. Russo <ludus.russo@gmail.com>
@@ -1,5 +1,8 @@ | |||
# rokers-image-base | |||
|
|||
DISTRO_NAME = "Yocto Rokers Distro" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not quite sure the variables defined here will also cause /etc/issue
to be updated accordingly.
See #10 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was a trial! :D Otherwise I'll put it in meta-rokers/conf/layer.conf
!
tested: it doesn't work :( I've to read the yocto documentation :D!!!
|
Signed-off-by: Ludovico O. Russo <ludus.russo@gmail.com>
Still not working! I don't understand where to put the definitions! |
Look at meta-ivi, you should create an equivalent conf/distro.conf and make sure this take precedence over it |
Image https://build.rokers.io/job/robotrokers/job/rokers-yocto-distro/job/PR-17/1/artifact/gdp-src-build/tmp/deploy/images/raspberrypi3/rokers-image-base-raspberrypi3-20170709102716.rootfs.rpi-sdimg (PR-17 commit 3ab7280) is still displaying "Yocto GENIVI Baseline ..."
|
Start working on #10
Signed-off-by: Ludovico O. Russo ludus.russo@gmail.com