summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/raspberrypi.conf
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2014-04-15 15:13:33 +0300
committerKalle Viironen <kalle.viironen@digia.com>2014-04-15 15:13:40 +0300
commitbfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1 (patch)
tree534bfaffc99f288f395297c625e284fea6e50401 /conf/distro/include/raspberrypi.conf
parenta68e1ea9b2904f7c69330e534da877cf19376219 (diff)
parent03be9b83d45659d0d98fa1bf69853e0aa297ed32 (diff)
downloadmeta-boot2qt-QtEE_v2.1.0.tar.gz
Merge branch 'stable' into releaseQtEE_v2.1.0
* stable: wpa-supplicant: include headers and sources for external usage bootfs: need to use fakeroot for tar'ing sdk: include bluez4-dev package to sdk Create boot.tar.gz as part of the image build image: include CA certificates to image adbd: use network connection in imx53qsb sdk: libcap is required for QtWebEngine Include licenses to the image adbd: make switching between usb and ethernet easier use package groups for image content Create only tar.gz image type Change from dylan to dora brach in README mkcard: remove recipe for mkcard Change-Id: Id56ca219d05f2f833a4de3fc3ca057c5cf50a562
Diffstat (limited to 'conf/distro/include/raspberrypi.conf')
-rw-r--r--conf/distro/include/raspberrypi.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf
index 97513a8..61cebb4 100644
--- a/conf/distro/include/raspberrypi.conf
+++ b/conf/distro/include/raspberrypi.conf
@@ -20,7 +20,13 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" 23IMAGE_FSTYPES = "tar.gz"
24
25BOOTFS_CONTENT = "\
26 bcm2835-bootfiles/*: \
27 ${KERNEL_IMAGETYPE}:kernel.img \
28 "
29BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy"
24 30
25PREFERRED_PROVIDER_virtual/libgles1 = "userland" 31PREFERRED_PROVIDER_virtual/libgles1 = "userland"
26 32