-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Ultramarine-Linux/jade/raw-images-w-de
Raw images and UM40 fixes
- Loading branch information
Showing
89 changed files
with
2,183 additions
and
184 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
katsu-work/ | ||
.DS_Store |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 40 | ||
distro: Ultramarine Linux 40 Container | ||
|
||
import: | ||
- base-docker.yaml | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 40 | ||
distro: Ultramarine Linux 40 Container | ||
|
||
import: | ||
- base-docker.yaml | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 40 Container (Development Tools) | ||
|
||
import: | ||
- base-docker.yaml | ||
|
||
dnf: | ||
releasever: 40 | ||
arch: aarch64 | ||
packages: | ||
#releng and packaging | ||
- katsu | ||
- anda | ||
- anda-mock-configs | ||
- anda-srpm-macros | ||
- libostree | ||
- rpm-ostree | ||
#languages | ||
- vala | ||
- rust | ||
- python3 | ||
- python3-pip | ||
- nodejs | ||
#hwe/anywhere | ||
- vboot-utils | ||
#gui | ||
- libhelium | ||
- libhelium-devel | ||
- tau-helium | ||
- tau-hydrogen | ||
- gtk4-devel | ||
- rust-gtk4-devel | ||
#utils | ||
- git | ||
- micro | ||
- nano | ||
- vim |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
builder: dnf | ||
distro: Ultramarine Linux 40 Container (Development Tools) | ||
|
||
import: | ||
- base-docker.yaml | ||
|
||
dnf: | ||
releasever: 40 | ||
arch: x86_64 | ||
packages: | ||
#releng and packaging | ||
- katsu | ||
- anda | ||
- anda-mock-configs | ||
- anda-srpm-macros | ||
- libostree | ||
- rpm-ostree | ||
#languages | ||
- vala | ||
- rust | ||
- python3 | ||
- python3-pip | ||
- nodejs | ||
#hwe/anywhere | ||
- vboot-utils | ||
#gui | ||
- libhelium | ||
- libhelium-devel | ||
- tau-helium | ||
- tau-hydrogen | ||
- gtk4-devel | ||
- rust-gtk4-devel | ||
#utils | ||
- git | ||
- micro | ||
- nano | ||
- vim |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
scripts: | ||
post: | ||
- id: cleanup | ||
name: Clean up system | ||
file: ../base/cleanup.sh | ||
- id: selinux-setup | ||
name: Set up SELinux | ||
file: ../base/selinux.sh | ||
- id: buildstamp | ||
name: Generate buildstamp | ||
file: ../base/buildstamp.sh | ||
- id: submarine | ||
name: Set up ChromeOS bootloader | ||
file: submarine.sh | ||
|
||
dnf: | ||
releasever: 39 | ||
repodir: ./repodir-mtest | ||
options: | ||
- --setopt=cachedir=/var/cache/dnf | ||
- --nogpgcheck | ||
- --setopt=keepcache=True | ||
- --best | ||
- --allowerasing | ||
exclude: | ||
- fedora-release* | ||
- generic-release* | ||
- kernel-debug* | ||
- setroubleshoot | ||
- setroubleshoot-plugins | ||
- setroubleshoot-server | ||
- kernel | ||
- kernel-devel | ||
- kernel-core | ||
arch_packages: | ||
aarch64: | ||
- bcm283x-firmware | ||
- bcm283x-overlays | ||
- "@arm-tools" | ||
x86_64: | ||
- grub2-pc | ||
- grub2-pc-modules | ||
packages: | ||
- depthcharge-tools | ||
- alsa-ucm-cros | ||
- submarine | ||
- cros-keyboard-map |
Oops, something went wrong.