All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version
@ 2014-05-09 13:08 Andrei Gherzan
  2014-05-09 13:08 ` [meta-raspberrypi][PATCH 2/9] linux-raspberrypi: Update v3.10.30 to v3.10.38 Andrei Gherzan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:08 UTC (permalink / raw)
  To: yocto

Change-Id: Ief7949be4b9726b5b6ba58e6280f6b6ca3fdfdc4
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 conf/machine/include/rpi-default-versions.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc
index 04297ba..1ca9701 100644
--- a/conf/machine/include/rpi-default-versions.inc
+++ b/conf/machine/include/rpi-default-versions.inc
@@ -1,3 +1,3 @@
 # RaspberryPi BSP default versions
 
-PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
+PREFERRED_VERSION_linux-raspberrypi ?= "3.12.%"
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 2/9] linux-raspberrypi: Update v3.10.30 to v3.10.38
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
@ 2014-05-09 13:08 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 3/9] linux-raspberrypi: Remove v3.11 Andrei Gherzan
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:08 UTC (permalink / raw)
  To: yocto

Change-Id: Ia620e8fd6928f9cd2c625b87599cd6d6a405a344
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.10.30.bb | 6 ------
 recipes-kernel/linux/linux-raspberrypi_3.10.38.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.30.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.38.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb
deleted file mode 100644
index e1f2a1a..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "26d1de2993c81c01f91ebc93a1fad8957c9ece17"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb
new file mode 100644
index 0000000..a0c5012
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.10.38.bb
@@ -0,0 +1,6 @@
+SRCREV = "1b49b450222df26e4abf7abb6d9302f72b2ed386"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \
+           file://sl030raspberrypii2ckernel.patch \
+          "
+
+require linux-raspberrypi.inc
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 3/9] linux-raspberrypi: Remove v3.11
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
  2014-05-09 13:08 ` [meta-raspberrypi][PATCH 2/9] linux-raspberrypi: Update v3.10.30 to v3.10.38 Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 4/9] linux-raspberrypi: Update v3.12.11 to v3.12.18 Andrei Gherzan
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: I28824a738a081bdeb362da4cf0cb449d11cbe449
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.10.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb
deleted file mode 100644
index 6df11fe..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "8f768c5f2a3314e4eacce8d667c787f8dadfda74"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 4/9] linux-raspberrypi: Update v3.12.11 to v3.12.18
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
  2014-05-09 13:08 ` [meta-raspberrypi][PATCH 2/9] linux-raspberrypi: Update v3.10.30 to v3.10.38 Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 3/9] linux-raspberrypi: Remove v3.11 Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 5/9] linux-raspberrypi: Replace v3.13.3 by v3.14.2 Andrei Gherzan
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: Ifa763e4352051e4533eac98b4f7c74daf791cf72
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.12.11.bb | 6 ------
 recipes-kernel/linux/linux-raspberrypi_3.12.18.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.11.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.18.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb
deleted file mode 100644
index ff8ed2a..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "e297b214d77ce06a321e5ff98d74ae511ce18696"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.18.bb
new file mode 100644
index 0000000..736be5f
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.12.18.bb
@@ -0,0 +1,6 @@
+SRCREV = "b09a27249d61475e4423607f7632a5aa6e7b3a53"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
+           file://sl030raspberrypii2ckernel.patch \
+          "
+
+require linux-raspberrypi.inc
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 5/9] linux-raspberrypi: Replace v3.13.3 by v3.14.2
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (2 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 4/9] linux-raspberrypi: Update v3.12.11 to v3.12.18 Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 6/9] firmware: Update to remote's HEAD Andrei Gherzan
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: I2ceb950d30f984ab66de79085b30b541d20e6e25
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | 6 ------
 recipes-kernel/linux/linux-raspberrypi_3.14.2.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.13.3.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.14.2.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb b/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb
deleted file mode 100644
index 078c031..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "660b0008f5d318d8a29187b64c8717e75ad14c1c"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.13.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.14.2.bb b/recipes-kernel/linux/linux-raspberrypi_3.14.2.bb
new file mode 100644
index 0000000..9cb7c64
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.14.2.bb
@@ -0,0 +1,6 @@
+SRCREV = "b0da29026e2bd5602fed7f650124838696f9dda6"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.14.y \
+           file://sl030raspberrypii2ckernel.patch \
+          "
+
+require linux-raspberrypi.inc
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 6/9] firmware: Update to remote's HEAD
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (3 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 5/9] linux-raspberrypi: Replace v3.13.3 by v3.14.2 Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 7/9] userland: " Andrei Gherzan
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: I9e28318c5746484ebde636295c66f7b6b64ba2fb
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-bcm/common/firmware.inc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 390f6b3..168cd37 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,5 @@
-# 21/02/2014 firmware; this can be overridden from distro config
-RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286"
-RPIFW_DATE ?= "20140221"
+RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3"
+RPIFW_DATE ?= "20140508"
 RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
 RPIFW_S ?= "${WORKDIR}/git"
 
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 7/9] userland: Update to remote's HEAD
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (4 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 6/9] firmware: Update to remote's HEAD Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 8/9] rpi-gpio: Update to v0.5.5 Andrei Gherzan
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: If0e36184c741da5d68c158e1fb582050f5835bf9
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-graphics/userland/userland_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 07c8381..a348090 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -11,7 +11,7 @@ PROVIDES = "virtual/libgles2 \
             virtual/egl"
 COMPATIBLE_MACHINE = "raspberrypi"
 
-SRCREV = "8181677fc08814cd5fcd1475ab73046f89f8dc80"
+SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0"
 SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
           "
 S = "${WORKDIR}/git"
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 8/9] rpi-gpio: Update to v0.5.5
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (5 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 7/9] userland: " Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 9/9] omxplayer: Update to remote's HEAD Andrei Gherzan
  2014-05-11 10:54 ` [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Change-Id: I8394426b9ffc3c3b524e9fb536945e25d74b2ddd
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-devtools/python/rpi-gpio_0.5.4.bb | 19 -------------------
 recipes-devtools/python/rpi-gpio_0.5.5.bb | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 19 deletions(-)
 delete mode 100644 recipes-devtools/python/rpi-gpio_0.5.4.bb
 create mode 100644 recipes-devtools/python/rpi-gpio_0.5.5.bb

diff --git a/recipes-devtools/python/rpi-gpio_0.5.4.bb b/recipes-devtools/python/rpi-gpio_0.5.4.bb
deleted file mode 100644
index 7307399..0000000
--- a/recipes-devtools/python/rpi-gpio_0.5.4.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
-HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a"
-
-SRCNAME = "RPi.GPIO"
-
-SRC_URI = "\
-          http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
-          "
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-COMPATIBLE_MACHINE = "raspberrypi"
-
-SRC_URI[md5sum] = "add6554ed8331d515fccb5e052c7d1ff"
-SRC_URI[sha256sum] = "5fae8e59a9a1cdb68208d40239d7ad788d22aa9d58c54c482fa5d89ccc4c0f37"
diff --git a/recipes-devtools/python/rpi-gpio_0.5.5.bb b/recipes-devtools/python/rpi-gpio_0.5.5.bb
new file mode 100644
index 0000000..1d73331
--- /dev/null
+++ b/recipes-devtools/python/rpi-gpio_0.5.5.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A module to control Raspberry Pi GPIO channels"
+HOMEPAGE = "http://code.google.com/p/raspberry-gpio-python/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=35af90ff2a10e8bdc967653b9dfcb22a"
+
+SRCNAME = "RPi.GPIO"
+
+SRC_URI = "\
+          http://pypi.python.org/packages/source/R/RPi.GPIO/${SRCNAME}-${PV}.tar.gz \
+          "
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+COMPATIBLE_MACHINE = "raspberrypi"
+
+SRC_URI[md5sum] = "8cbc1cb0c0f1a4d93bf1efe1a745f1f0"
+SRC_URI[sha256sum] = "c8e1f0da6327103a3551a6e86055ef001113b94af683fcb08070db5f5ecea51f"
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-raspberrypi][PATCH 9/9] omxplayer: Update to remote's HEAD
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (6 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 8/9] rpi-gpio: Update to v0.5.5 Andrei Gherzan
@ 2014-05-09 13:09 ` Andrei Gherzan
  2014-05-11 10:54 ` [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-09 13:09 UTC (permalink / raw)
  To: yocto

Rebase a patch for this version and fix "unsafe for cross-compilation"
warnings.

Change-Id: Idcc9f188bc716982ede9dfb5f87870d9f5a2f9a3
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 38 +++++++++++++---------
 recipes-multimedia/omxplayer/omxplayer_git.bb      |  2 +-
 2 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch b/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch
index 7f7927f..9bc137f 100644
--- a/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch
+++ b/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch
@@ -8,37 +8,45 @@ Don't search for libraries and headers in /usr/local.
 Upstream-Status: Inappropriate [embedded specific]
 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
 
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -1,9 +1,9 @@
+---
+ Makefile        | 6 +++---
+ Makefile.ffmpeg | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 87cb775..abe9923 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,9 +2,9 @@ include Makefile.include
  
  CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG  -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST
  
 -LDFLAGS+=-L./ -Lffmpeg_compiled/usr/local/lib/ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz
 +LDFLAGS+=-L./ -Lffmpeg_compiled/usr/lib/ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz
  
--INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/
-+INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/include/
+-INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/ -I /usr/include/dbus-1.0 -I /usr/lib/arm-linux-gnueabihf/dbus-1.0/include
++INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/include/ -I=/usr/include/dbus-1.0 -I=/usr/lib/arm-linux-gnueabihf/dbus-1.0/include
  
  DIST ?= omxplayer-dist
  
-@@ -70,5 +70,5 @@ dist: omxplayer.bin
+@@ -71,5 +71,5 @@ dist: omxplayer.bin
  	cp omxplayer omxplayer.bin $(DIST)/usr/bin
- 	cp COPYING $(DIST)/usr/share/doc/
- 	cp README.md $(DIST)/usr/share/doc/README
+ 	cp COPYING $(DIST)/usr/share/doc/omxplayer
+ 	cp README.md $(DIST)/usr/share/doc/omxplayer/README
 -	cp -a ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/
 +	cp -a ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
  	cd $(DIST); tar -czf ../$(DIST).tgz *
-Index: git/Makefile.ffmpeg
-===================================================================
---- git.orig/Makefile.ffmpeg
-+++ git/Makefile.ffmpeg
-@@ -248,5 +248,5 @@ checkout:
+diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg
+index c21b2fa..5518680 100644
+--- a/Makefile.ffmpeg
++++ b/Makefile.ffmpeg
+@@ -249,5 +249,5 @@ checkout:
  
  install:
  	cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
 -	$(HOST)-strip ffmpeg_compiled/usr/local/lib/*.so
 +	$(HOST)-strip ffmpeg_compiled/usr/lib/*.so
  
+-- 
+1.8.5.3
+
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index cee68e1..5763d8f 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
 PR = "r3"
 
-SRCREV = "7af21f596378e5efeceebedff9c4a298e2d06d98"
+SRCREV = "f3221825a92f27c5f49a52200ff933e454977ed2"
 SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \
            file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \
            file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version
  2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
                   ` (7 preceding siblings ...)
  2014-05-09 13:09 ` [meta-raspberrypi][PATCH 9/9] omxplayer: Update to remote's HEAD Andrei Gherzan
@ 2014-05-11 10:54 ` Andrei Gherzan
  8 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2014-05-11 10:54 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

On Fri, May 9, 2014 at 4:08 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Change-Id: Ief7949be4b9726b5b6ba58e6280f6b6ca3fdfdc4
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  conf/machine/include/rpi-default-versions.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/include/rpi-default-versions.inc
> b/conf/machine/include/rpi-default-versions.inc
> index 04297ba..1ca9701 100644
> --- a/conf/machine/include/rpi-default-versions.inc
> +++ b/conf/machine/include/rpi-default-versions.inc
> @@ -1,3 +1,3 @@
>  # RaspberryPi BSP default versions
>
> -PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
> +PREFERRED_VERSION_linux-raspberrypi ?= "3.12.%"
> --
> 1.8.5.3
>
>
Merged.

-- 
*Andrei Gherzan*
m: +40.744.478.414 |  f: +40.31.816.28.12

[-- Attachment #2: Type: text/html, Size: 1689 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-05-11 10:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 13:08 [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan
2014-05-09 13:08 ` [meta-raspberrypi][PATCH 2/9] linux-raspberrypi: Update v3.10.30 to v3.10.38 Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 3/9] linux-raspberrypi: Remove v3.11 Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 4/9] linux-raspberrypi: Update v3.12.11 to v3.12.18 Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 5/9] linux-raspberrypi: Replace v3.13.3 by v3.14.2 Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 6/9] firmware: Update to remote's HEAD Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 7/9] userland: " Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 8/9] rpi-gpio: Update to v0.5.5 Andrei Gherzan
2014-05-09 13:09 ` [meta-raspberrypi][PATCH 9/9] omxplayer: Update to remote's HEAD Andrei Gherzan
2014-05-11 10:54 ` [meta-raspberrypi][PATCH 1/9] rpi-default-versions: Use 3.12.X as default kernel version Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.