Skip to content
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

Opensource activation #17

Closed
4 tasks done
bitboom opened this issue Dec 7, 2022 · 1 comment
Closed
4 tasks done

Opensource activation #17

bitboom opened this issue Dec 7, 2022 · 1 comment
Assignees

Comments

@bitboom
Copy link
Collaborator

bitboom commented Dec 7, 2022

Below jobs are working in progress at rfc branch

Restore commit history

  • Issue: History of upstream are squash-ed even though they are third-party
  • Solution: Restore history
  • linux
  • guest-linux
  • islet-build
  • islet

Manage third-party projects

  • Issue
    • Redundant forked repos (islet-build, islet-linux)
    • Almost sub-modules needs to be modified (tf-a, tf-a-tests, build)
  • Solution: Use worktree which manages multiple working trees

Before

~/islet (main) $ tree -L 1
. 
├── assets # submodule
├── build # submodule, forked, modified
├── guest-linux # submodule
├── linux # submodule, forked, modified
├── trusted-firmware-a # submodule, modified
└── upstream-trusted-firmware-a # submodule

After

~/islet (rfc) $ tree -L 2
.
├── assets # submodule
├── third-party
│   ├── nw-linux # worktree
│   ├── optee-build # worktree
│   ├── realm-linux # worktree
│   ├── tf-a # worktree
│   └── tf-a-tests # worktree

Third-Party Projects

usage project modified branch (worktree) upstream base
hypervisor normal world linux O (kvm) nw-linux-5.17 upstream-linux-v5.17
realm realm linux X realm-linux upstream-linux-v5.19
monitor tf-a O tf-a upstream-tf-a-v2.7
el-2, realm tf-a-tests O tf-a-tests upstream-tf-a-tests-v2.7)
building linux optee-build O optee-build 6a868e3
@bitboom bitboom self-assigned this Dec 7, 2022
@bitboom
Copy link
Collaborator Author

bitboom commented Dec 21, 2022

@bitboom bitboom closed this as completed Dec 21, 2022
bitboom pushed a commit that referenced this issue Mar 23, 2023
Updated sample makefiles for certifier_proofs change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant