meta-opi-diya/recipes-core/base-files/base-files_%.bbappend
2025-03-27 11:44:41 +01:00

16 lines
232 B
Plaintext

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