mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-04-05 00:06:44 +02:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
hostname = "diya"
|
|
|
|
do_install:append () {
|
|
cat << 'EOF' >> "${D}${sysconfdir}/profile"
|
|
export DISK="mmcblk0"
|
|
EOF
|
|
}
|