Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
946b692997 | |||
be68d514b3 | |||
e5642efb42 | |||
462c0248e8 | |||
deb78f56f6 | |||
159c9522e1 | |||
570a0f2244 | |||
c6606b6a00 |
3
README
3
README
@ -202,6 +202,9 @@ Gerrit review repo:
|
|||||||
To contribute to this layer you should send the patches for review to the
|
To contribute to this layer you should send the patches for review to the
|
||||||
mailing list.
|
mailing list.
|
||||||
|
|
||||||
|
The patches should be compliant with the openembedded patch guidelines:
|
||||||
|
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
|
||||||
|
|
||||||
Mailing list:
|
Mailing list:
|
||||||
https://lists.yoctoproject.org/listinfo/yocto
|
https://lists.yoctoproject.org/listinfo/yocto
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# RaspberryPi BSP default versions
|
# RaspberryPi BSP default versions
|
||||||
|
|
||||||
PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
|
PREFERRED_VERSION_linux-raspberrypi ?= "3.12.%"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# 21/02/2014 firmware; this can be overridden from distro config
|
RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3"
|
||||||
RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286"
|
RPIFW_DATE ?= "20140508"
|
||||||
RPIFW_DATE ?= "20140221"
|
|
||||||
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
|
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
|
||||||
RPIFW_S ?= "${WORKDIR}/git"
|
RPIFW_S ?= "${WORKDIR}/git"
|
||||||
|
|
||||||
|
@ -11,14 +11,14 @@ PROVIDES = "virtual/libgles2 \
|
|||||||
virtual/egl"
|
virtual/egl"
|
||||||
COMPATIBLE_MACHINE = "raspberrypi"
|
COMPATIBLE_MACHINE = "raspberrypi"
|
||||||
|
|
||||||
SRCREV = "8181677fc08814cd5fcd1475ab73046f89f8dc80"
|
SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0"
|
||||||
SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
|
SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'"
|
||||||
|
|
||||||
# The compiled binaries don't provide sonames.
|
# The compiled binaries don't provide sonames.
|
||||||
SOLIBS = "${SOLIBSDEV}"
|
SOLIBS = "${SOLIBSDEV}"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SRCREV = "e297b214d77ce06a321e5ff98d74ae511ce18696"
|
SRCREV = "cb53ea88f75180cc1ba74f7f197c8e3fd4f47cfe"
|
||||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
|
||||||
file://sl030raspberrypii2ckernel.patch \
|
file://sl030raspberrypii2ckernel.patch \
|
||||||
"
|
"
|
@ -0,0 +1,3 @@
|
|||||||
|
EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
|
||||||
|
-I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
|
||||||
|
--with-egl-window-system=rpi"
|
Reference in New Issue
Block a user