diff options
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 2 | ||||
-rw-r--r-- | recipes/alsa/alsa-state.bbappend | 1 | ||||
-rw-r--r-- | recipes/alsa/alsa-state/raspberrypi/asound.conf | 9 | ||||
-rw-r--r-- | recipes/images/b2qt-embedded-image.bb | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 371befe..e7e12c3 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -10,3 +10,5 @@ MACHINE_EXTRA_INSTALL = "\ | |||
10 | MACHINE_EXTRA_INSTALL_SDK = " \ | 10 | MACHINE_EXTRA_INSTALL_SDK = " \ |
11 | userland-dev \ | 11 | userland-dev \ |
12 | " | 12 | " |
13 | |||
14 | module_autoload_snd-bcm2835 = "snd-bcm2835" | ||
diff --git a/recipes/alsa/alsa-state.bbappend b/recipes/alsa/alsa-state.bbappend new file mode 100644 index 0000000..72d991c --- /dev/null +++ b/recipes/alsa/alsa-state.bbappend | |||
@@ -0,0 +1 @@ | |||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
diff --git a/recipes/alsa/alsa-state/raspberrypi/asound.conf b/recipes/alsa/alsa-state/raspberrypi/asound.conf new file mode 100644 index 0000000..83f7f9a --- /dev/null +++ b/recipes/alsa/alsa-state/raspberrypi/asound.conf | |||
@@ -0,0 +1,9 @@ | |||
1 | pcm.!default { | ||
2 | type hw | ||
3 | card 0 | ||
4 | } | ||
5 | |||
6 | ctl.!default { | ||
7 | type hw | ||
8 | card 0 | ||
9 | } | ||
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index 6dc4f1f..feb1cfd 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
@@ -52,6 +52,7 @@ IMAGE_INSTALL += "\ | |||
52 | liberation-fonts \ | 52 | liberation-fonts \ |
53 | tslib \ | 53 | tslib \ |
54 | tslib-calibrate \ | 54 | tslib-calibrate \ |
55 | alsa-utils-amixer \ | ||
55 | ${GSTREAMER_EXTRA_INSTALL} \ | 56 | ${GSTREAMER_EXTRA_INSTALL} \ |
56 | ${TOOLS_EXTRA_INSTALL} \ | 57 | ${TOOLS_EXTRA_INSTALL} \ |
57 | ${MACHINE_EXTRA_INSTALL} \ | 58 | ${MACHINE_EXTRA_INSTALL} \ |