diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-08-07 16:30:26 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-08-29 08:59:01 +0300 |
commit | d585732d86d074552706870d348543b5ed295282 (patch) | |
tree | 54c16fb423ef623b68a70d909cb58d5d813bd448 /conf | |
parent | ec2c87083fbeb5bfb284328e35302b24eaf69fee (diff) | |
download | meta-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.sample | 1 | ||||
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 4 | ||||
-rw-r--r-- | conf/local.conf.sample | 2 |
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 @@ | |||
1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | ||
2 | |||
3 | PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" | ||
4 | PREFERRED_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" | 65 | DL_DIR ?= "${TOPDIR}/../downloads" |
66 | 66 | ||
67 | PREMIRRORS = "http://qt-rnd.it-local/yocto/" | 67 | PREMIRRORS = "http://qt-rnd.it-local/yocto/" |
68 | 68 | ||