From: Hugo Villeneuve Date: Thu, 19 Jan 2023 23:44:23 +0000 (-0500) Subject: Add custom rpi-cmdline X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=995c259ed44aad5bc85cb88fc800a2f27d22a75a;p=yocto%2Fmeta-hvmpd.git Add custom rpi-cmdline --- diff --git a/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend b/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend new file mode 100644 index 0000000..b33a856 --- /dev/null +++ b/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend @@ -0,0 +1,8 @@ +CMDLINE_COMPAT_ALSA ?= "snd_bcm2835.enable_compat_alsa=1" + +CMDLINE_HEADPHONES ?= "snd_bcm2835.enable_headphones=1" + +CMDLINE += " \ + ${CMDLINE_COMPAT_ALSA} \ + ${CMDLINE_HEADPHONES} \ +"