summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/raspberrypi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/raspberrypi.conf')
-rw-r--r--conf/distro/include/raspberrypi.conf26
1 files changed, 2 insertions, 24 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf
index a9e4b20..5f80c38 100644
--- a/conf/distro/include/raspberrypi.conf
+++ b/conf/distro/include/raspberrypi.conf
@@ -19,33 +19,11 @@
19## 19##
20############################################################################## 20##############################################################################
21 21
22DEPLOY_CONF_NAME = "Raspberry Pi" 22include conf/distro/include/raspberrypi.inc
23
24IMAGE_FSTYPES += "ext3 rpi-sdimg"
25 23
26BOOTFS_CONTENT = "\ 24DEPLOY_CONF_NAME = "Raspberry Pi"
27 bcm2835-bootfiles/*: \
28 ${KERNEL_IMAGETYPE}:kernel.img \
29 "
30BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy"
31
32PREFERRED_PROVIDER_virtual/libgles1 = "userland"
33 25
34DISTRO_FEATURES_remove = "webengine" 26DISTRO_FEATURES_remove = "webengine"
35 27
36MACHINE_EXTRA_INSTALL = "\
37 userland \
38 "
39
40MACHINE_EXTRA_INSTALL_SDK = " \
41 userland-dev \
42 "
43
44KERNEL_MODULE_AUTOLOAD += "snd-bcm2835 bcm2835-v4l2"
45KERNEL_MODULE_PROBECONF += "bcm2835-v4l2"
46module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1"
47
48# additional memory for GPU 28# additional memory for GPU
49GPU_MEM = "128" 29GPU_MEM = "128"
50# video camera support
51VIDEO_CAMERA = "1"