Skip to content
Snippets Groups Projects
Commit d585732d authored by Samuli Piippo's avatar Samuli Piippo
Browse files

Include support for Raspberry Pi


Change-Id: I5987fe316966447240bb3cf52616fd84c4f8eecd
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@digia.com>
parent ec2c8708
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ BBLAYERS ?= " \
##COREBASE##/meta-fsl-arm \
##COREBASE##/meta-fsl-arm-extra \
##COREBASE##/meta-ti \
##COREBASE##/meta-raspberrypi \
##COREBASE##/meta-openembedded/meta-oe \
##COREBASE##/meta-b2qt \
"
......
IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg"
PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics"
PREFERRED_PROVIDER_virtual/libgl = "vc-graphics"
......@@ -62,7 +62,7 @@ MACHINE_HOSTNAME ?= "b2qt-linux-${MACHINE}"
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
#DL_DIR ?= "${TOPDIR}/downloads"
DL_DIR ?= "${TOPDIR}/../downloads"
PREMIRRORS = "http://qt-rnd.it-local/yocto/"
......
......@@ -22,6 +22,7 @@ FILES_${PN} += "${bindir}/adbd"
PRODUCTID_beagleboard = "0x9018"
PRODUCTID_mx6 = "0x0d02"
PRODUCTID_raspberrypi = "0xabcd"
do_configure() {
if [ -n "${PRODUCTID}" ]; then
......
......@@ -16,6 +16,10 @@ EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary"
MACHINE_EXTRA_INSTALL = ""
MACHINE_EXTRA_INSTALL_raspberrypi += "\
vc-graphics \
"
MACHINE_EXTRA_INSTALL_mx5 += "\
amd-gpu-x11-bin-mx51 \
"
......
......@@ -7,6 +7,10 @@ PACKAGES = "${PN}"
MACHINE_EXTRA_INSTALL = ""
MACHINE_EXTRA_INSTALL_raspberrypi = " \
vc-graphics-dev \
"
MACHINE_EXTRA_INSTALL_mx6 = " \
libgal-mx6 \
libegl-mx6 \
......
PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment