-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rpi4 #50
base: develop
Are you sure you want to change the base?
Rpi4 #50
Conversation
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.
You should probably target develop branch and split .yml files correctly so we can use it like this:
kas-container build meta-zarhus/kas/common.yml:meta-zarhus/kas/rpi4.yml
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.
Why 4 yaml files? We only should need 1, rpi.yml.
Then we can use it like:
SHELL=/bin/bash KAS_MACHINE=raspberrypi4 kas-container build meta-zarhus/kas/common.yml:meta-zarhus/kas/debug.yml:meta-zarhus/kas/rpi.yml
includes: | ||
- kas/common.yml |
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.
includes: | |
- kas/common.yml |
local_conf_header: | ||
rpi-config: | | ||
WKS_FILE = "sdimage-raspberrypi.wks" | ||
MACHINE = "raspberrypi4" |
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.
MACHINE = "raspberrypi4" |
Then we could just use KAS_MACHINE=raspberrypi4.
Not only that but you are duplicating it in prod-rpi4 with machine: raspberrypi4
@m-iwanicki i believe i adressed this with the rebase and additional changes, could you look at it again? |
@WiktorG351 you should probably:
|
|
||
repos: | ||
meta-raspberrypi: | ||
url: https://github.com/agherzan/meta-raspberrypi.git |
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.
Is it official repo/mirror? OpenEmbedded index points to:
No description provided.