Files
meta-pinephone-diya/recipes-core/base-files/base-files_%.bbappend
2025-07-11 10:52:26 +02:00

15 lines
215 B
Plaintext

hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
export DISK="mmcblk1"
EOF
cat << EOF >> "${D}${sysconfdir}/modules"
sprdwl_ng
sprdbt_tty
bluetooth
hci_uart
rfcomm
EOF
}