Initial commit
This commit is contained in:
14
recipes-core/base-files/base-files_%.bbappend
Normal file
14
recipes-core/base-files/base-files_%.bbappend
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user