summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-core
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 18:16:16 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 23:31:22 +0200
commit770fb50f0ac05731dd1389bfceb171253425855d (patch)
tree2b064bc0596c91f1e0ed3ee2ffd7cb927bf970c9 /meta-rcar-gen2/recipes-core
parent82611ccadef36ab0b8a6fd6fb1cf055e115f1ef5 (diff)
Changes to meta-renesas for building with YP 2.1.1 'krogoth'
Notable changes: - We drop old appends (libgcc_4.8.bbappend, qemu_%.bbappends, gtk+_2.24.%.bbappend) - All gstreamer1.0_1.2.3 related recipes are now in meta-reneas and have been heavily massaged to work with YP 2.1.1 . - systemd needs a patch due to the old kernel - linux-libc-headers needed a patch TODO: - Test and fix Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen2/recipes-core')
-rw-r--r--meta-rcar-gen2/recipes-core/ncurses/ncurses_5.9.bbappend4
-rw-r--r--meta-rcar-gen2/recipes-core/systemd/systemd/0001-Add-missing-define-to-header-of-old-porter-kernel.patch31
-rw-r--r--meta-rcar-gen2/recipes-core/systemd/systemd_%.bbappend2
3 files changed, 33 insertions, 4 deletions
diff --git a/meta-rcar-gen2/recipes-core/ncurses/ncurses_5.9.bbappend b/meta-rcar-gen2/recipes-core/ncurses/ncurses_5.9.bbappend
deleted file mode 100644
index 01cad8f..0000000
--- a/meta-rcar-gen2/recipes-core/ncurses/ncurses_5.9.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-do_configure_prepend() {
- # The --enable-pc-files requires PKG_CONFIG_LIBDIR existed
- mkdir -p ${PKG_CONFIG_LIBDIR}
-}
diff --git a/meta-rcar-gen2/recipes-core/systemd/systemd/0001-Add-missing-define-to-header-of-old-porter-kernel.patch b/meta-rcar-gen2/recipes-core/systemd/systemd/0001-Add-missing-define-to-header-of-old-porter-kernel.patch
new file mode 100644
index 0000000..75baa6f
--- /dev/null
+++ b/meta-rcar-gen2/recipes-core/systemd/systemd/0001-Add-missing-define-to-header-of-old-porter-kernel.patch
@@ -0,0 +1,31 @@
+From 2ff62c93fe2b8a0221f199f07060d0bcda46a4b9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan-Simon=20M=C3=B6ller?= <jsmoeller@linuxfoundation.org>
+Date: Thu, 18 Aug 2016 10:22:27 +0200
+Subject: [PATCH] Add missing define to header of old porter kernel
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
+---
+ src/basic/missing.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/basic/missing.h b/src/basic/missing.h
+index 77be0c8..4fd1595 100644
+--- a/src/basic/missing.h
++++ b/src/basic/missing.h
+@@ -468,6 +468,10 @@ struct btrfs_ioctl_quota_ctl_args {
+ struct btrfs_ioctl_qgroup_limit_args)
+ #endif
+
++#ifndef BTRFS_IOC_QUOTA_RESCAN_WAIT
++#define BTRFS_IOC_QUOTA_RESCAN_WAIT _IO(BTRFS_IOCTL_MAGIC, 46)
++#endif
++
+ #ifndef BTRFS_FIRST_FREE_OBJECTID
+ #define BTRFS_FIRST_FREE_OBJECTID 256
+ #endif
+--
+2.1.4
+
diff --git a/meta-rcar-gen2/recipes-core/systemd/systemd_%.bbappend b/meta-rcar-gen2/recipes-core/systemd/systemd_%.bbappend
new file mode 100644
index 0000000..9cc6bec
--- /dev/null
+++ b/meta-rcar-gen2/recipes-core/systemd/systemd_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI += "file://0001-Add-missing-define-to-header-of-old-porter-kernel.patch"