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

delete outdated stuff, add docs #80

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .vscode/settings.json

This file was deleted.

19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
## meta-aws-ci: continuous integration for the meta-aws project

Subtopics:

* Core CI
* Reference implementation

## Goals

This project has three goals:
Expand All @@ -20,17 +15,9 @@ This project has three goals:
## How this repository is organized

```text
core/ <= mechanisms for meta-aws CI
cfn/ <= CI/CD pipeline - CFN - Standard (all recipe targets and QA checks)
conf/ <= bitbake local.conf configuration snippets
containers/ <= container definitions for distribution build environments
ref/ <= reference implementation
cfn/ <= Infrastructure using AWS CodeCommit
conf/ <= bitbake local configuration
layer/ <= Reference app layer, distribution definition
ci/ <= AWS CodeBuild buildspec file per target, repo config
verify/ <= mechanisms for meta-aws and meta-aws-demos pull requests
workshop/ <= workshop source for working on Yocto on AWS
auto-upgrader/ <= tool that is used in meta-aws to generate pull requests if an recipe upgrade is available
docs/ <= writeups of different topics
release-tests/ <= script to build and ptests all Yocto meta-aws releases
```

## Repo Linting
Expand Down
2 changes: 2 additions & 0 deletions auto-upgrader/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Recipe Upgrade Helper

A tool for automating recipe upgrades for meta-aws.

#TODO: there should be an info how to just checkout this folder as this is used in CI it should be just this folder.
140 changes: 0 additions & 140 deletions core/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions core/buildspec/ci_image.yml

This file was deleted.

20 changes: 0 additions & 20 deletions core/buildspec/ci_image_ti.dunfell.yml

This file was deleted.

Loading
Loading