Compare commits
10 Commits
6258df154c
...
346c88a179
Author | SHA1 | Date |
---|---|---|
|
346c88a179 | |
|
5726d2b76f | |
|
fd925c3da0 | |
|
428e30c01d | |
|
f560d965cf | |
|
4161d20de2 | |
|
5871260128 | |
|
a9e01d36e8 | |
|
26d83bd68b | |
|
3de06660b0 |
2
aimee-os
2
aimee-os
|
@ -1 +1 @@
|
|||
Subproject commit 79e69cf70df3586bd4ef4b15f577b42719380f38
|
||||
Subproject commit 554063e1f4e316a6d3087a27076e0c6d5a34fca1
|
|
@ -11,7 +11,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make -C aimee-os CONFIGDIR=${PWD} O=/build'
|
||||
sh 'env -i PATH="${PATH}" make -C aimee-os CONFIGDIR=${PWD} O=/build'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ spec:
|
|||
capabilities:
|
||||
add:
|
||||
- CAP_SETFCAP
|
||||
- CAP_SYS_CHROOT
|
||||
volumeMounts:
|
||||
- mountPath: /build
|
||||
name: workspace-volume
|
||||
|
@ -21,12 +22,21 @@ spec:
|
|||
name: workspace-volume
|
||||
subPath: gentoo
|
||||
- mountPath: /usr/aarch64-unknown-linux-gnu/var/cache/binpkgs
|
||||
name: workspace-volume
|
||||
subPath: binpkgs
|
||||
name: binpkgs
|
||||
subPath: photoframe2
|
||||
- mountPath: /var/cache/binpkgs
|
||||
name: workspace-volume
|
||||
subPath: binpkgs
|
||||
name: binpkgs
|
||||
subPath: photoframe2
|
||||
- mountPath: /var/cache/distfiles
|
||||
name: workspace-volume
|
||||
subPath: distfiles
|
||||
- mountPath: /var/db/repos/gentoo
|
||||
name: portage
|
||||
hostUsers: false
|
||||
volumes:
|
||||
- name: binpkgs
|
||||
persistentVolumeClaim:
|
||||
claimName: binpkgs
|
||||
- name: portage
|
||||
persistentVolumeClaim:
|
||||
claimName: portage
|
||||
|
|
1
config
1
config
|
@ -3,3 +3,4 @@ profile=default/linux/arm64/23.0/systemd
|
|||
kernel_pkg=sys-kernel/raspberrypi-sources
|
||||
kernel_defconfig=bcm2835
|
||||
device_tree=broadcom/bcm2711-rpi-4-b.dtb
|
||||
rootflags='ro rootwait=4'
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# vim: set sw=4 ts=4 sts=4 et :
|
||||
|
||||
passwd -R /mnt/gentoo -d root
|
||||
|
||||
systemctl --root=/mnt/gentoo enable wpa_supplicant@wlan0
|
|
@ -0,0 +1 @@
|
|||
net-wireless/wpa_supplicant
|
|
@ -0,0 +1 @@
|
|||
sys-kernel/linux-firmware
|
|
@ -14,6 +14,9 @@ CONFIG_PCI=y
|
|||
CONFIG_PCIE_BRCMSTB=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
|
||||
CONFIG_MMC_BCM2835_SDHOST=y
|
||||
CONFIG_MMC_BCM2835_MMC=y
|
||||
|
||||
CONFIG_FW_LOADER_COMPRESS=y
|
||||
|
||||
CONFIG_I2C=y
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
d wpa_supplicant
|
|
@ -0,0 +1,11 @@
|
|||
[Match]
|
||||
Type=ether wlan
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
[DHCPv4]
|
||||
UseDomains=yes
|
||||
|
||||
[DHCPv6]
|
||||
UseDomains=yes
|
|
@ -0,0 +1 @@
|
|||
INSTALL_MASK="${INSTALL_MASK} /usr/lib/systemd/systemd-nsresourced* /usr/lib/systemd/system/systemd-nsresourced.*"
|
|
@ -0,0 +1 @@
|
|||
sys-kernel/linux-firmware linux-fw-redistributable
|
|
@ -0,0 +1,17 @@
|
|||
# symlink targets have to be specified explicity
|
||||
../cypress/cyfmac43455-sdio.bin
|
||||
../cypress/cyfmac43455-sdio.clm_blob
|
||||
|
||||
brcm/brcmfmac43455-sdio.AW-CM256SM.txt
|
||||
brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt
|
||||
brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt
|
||||
brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt
|
||||
brcm/brcmfmac43455-sdio.acepc-t8.txt
|
||||
brcm/brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt
|
||||
brcm/brcmfmac43455-sdio.bin
|
||||
brcm/brcmfmac43455-sdio.clm_blob
|
||||
brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
|
||||
brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||
brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
|
||||
cypress/cyfmac43455-sdio.bin
|
||||
cypress/cyfmac43455-sdio.clm_blob
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -f /var/db/repos/gentoo/metadata/timestamp ]; then
|
||||
emerge-webrsync
|
||||
fi
|
||||
if [ "$(find /var/db/repos/gentoo/metadata -newermt '-24 hours' | wc -l)" -eq 0 ]; then
|
||||
emaint sync
|
||||
fi
|
Loading…
Reference in New Issue