This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Moulin initial: support moulin build. #141
Open
iusyk
wants to merge
16
commits into
xen-troops:moulin
Choose a base branch
from
iusyk:moulin
base: moulin
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iusyk
changed the title
Initial: support of prod-aos functionality.
Moulin initial: support moulin build.
Mar 29, 2022
iusyk
force-pushed
the
moulin
branch
2 times, most recently
from
March 30, 2022 09:45
434bcb0
to
1bbe8e8
Compare
The domf.domd and dom0 have been adjusted to meet the prod-aos requirements. Build is base at yocto 5.1, main stream is dunfell. Supported machine is h3ulcb No needs to specify the MACHINE in moulin command line, because just one is supported. User domain DomF is supported bu default as well. Signed-off-by: Ihor Usyk <[email protected]>
The following services are customized aos-communicationmanager aos-iamanager aos-servicemanager Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
domu-network is required to configure the network for domf Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
/etc/resolv.conf is mounted to /var/run/resolv.conf by default, remove it to apply systemd rules and mount to systed-resolve path Signed-off-by: Oleksii Moisieiev <[email protected]> Signed-off-by: Ihor Usyk <[email protected]>
Required to route network traffic to domf Signed-off-by: Ihor Usyk <[email protected]>
aos-vis provides the service to transfer from demo to cockpit. Signed-off-by: Ihor Usyk <[email protected]>
aos implementation is changed. *.cfg files need to be updated accordingly. aos-iamanager does not load tee plugin. Signed-off-by: Ihor Usyk <[email protected]>
…tion Signed-off-by: Ihor Usyk <[email protected]>
Hardcoded directory aos_updatemanager is replaced at GO_IMPORT because aos-updatemanager published in GO_IMPORT directory. Signed-off-by: Ihor Usyk <[email protected]>
It has been done instead of global xen-tools recipe to reduce the number of dependencies. Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
Signed-off-by: Ihor Usyk <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The domf.domd and dom0 have been adjusted to meet the prod-aos requirements.
Build is base at yocto 5.1, main stream is dunfell.
Supported machine is h3ulcb
No needs to specify the MACHINE in moulin command line, because just one is supported.
User domain DomF is supported bu default as well.