summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-08-07 16:30:26 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-08-29 08:59:01 +0300
commitd585732d86d074552706870d348543b5ed295282 (patch)
tree54c16fb423ef623b68a70d909cb58d5d813bd448 /conf
parentec2c87083fbeb5bfb284328e35302b24eaf69fee (diff)
downloadmeta-boot2qt-d585732d86d074552706870d348543b5ed295282.tar.gz
Include support for Raspberry Pi
Change-Id: I5987fe316966447240bb3cf52616fd84c4f8eecd Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf.sample1
-rw-r--r--conf/distro/include/raspberrypi.conf4
-rw-r--r--conf/local.conf.sample2
3 files changed, 6 insertions, 1 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 2ec582e..987a75d 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -11,6 +11,7 @@ BBLAYERS ?= " \
11 ##COREBASE##/meta-fsl-arm \ 11 ##COREBASE##/meta-fsl-arm \
12 ##COREBASE##/meta-fsl-arm-extra \ 12 ##COREBASE##/meta-fsl-arm-extra \
13 ##COREBASE##/meta-ti \ 13 ##COREBASE##/meta-ti \
14 ##COREBASE##/meta-raspberrypi \
14 ##COREBASE##/meta-openembedded/meta-oe \ 15 ##COREBASE##/meta-openembedded/meta-oe \
15 ##COREBASE##/meta-b2qt \ 16 ##COREBASE##/meta-b2qt \
16 " 17 "
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf
new file mode 100644
index 0000000..5045c13
--- /dev/null
+++ b/conf/distro/include/raspberrypi.conf
@@ -0,0 +1,4 @@
1IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg"
2
3PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics"
4PREFERRED_PROVIDER_virtual/libgl = "vc-graphics"
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index d2e1a70..00c9a07 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -62,7 +62,7 @@ MACHINE_HOSTNAME ?= "b2qt-linux-${MACHINE}"
62# 62#
63# The default is a downloads directory under TOPDIR which is the build directory. 63# The default is a downloads directory under TOPDIR which is the build directory.
64# 64#
65#DL_DIR ?= "${TOPDIR}/downloads" 65DL_DIR ?= "${TOPDIR}/../downloads"
66 66
67PREMIRRORS = "http://qt-rnd.it-local/yocto/" 67PREMIRRORS = "http://qt-rnd.it-local/yocto/"
68 68