[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-418-gff4996400
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2018-06-15 15:19:24
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ff499640001df75bacb48cf6bea695e23e11e0c3 (commit)
via 98e7bae334a49b6911510878cc2a9d21ce9ee80c (commit)
from 9300ddab00a73baedf940f9f00d0d87390e6a167 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff499640001df75bacb48cf6bea695e23e11e0c3
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Jun 15 17:29:28 2018 +0200
[LINUX] opos6ul: bump to 4.17.1
commit 98e7bae334a49b6911510878cc2a9d21ce9ee80c
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Jun 15 15:31:28 2018 +0200
[BUILDROOT] backport patch from upstream to fix libtirp compiling
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos6ul_defconfig | 2 +-
...-libtirpc-fix-compilation-error-of-rpcgen.patch | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 patches/buildroot/2017.02/232-libtirpc-fix-compilation-error-of-rpcgen.patch
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 9e7bfbe40..b86af7495 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -22,7 +22,7 @@ BR2_CPU_NAME="imx6ul"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="256"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17-rc5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17.1"
BR2_LINUX_KERNEL_PATCH="../patches/linux/4.17"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-4.17.config"
diff --git a/patches/buildroot/2017.02/232-libtirpc-fix-compilation-error-of-rpcgen.patch b/patches/buildroot/2017.02/232-libtirpc-fix-compilation-error-of-rpcgen.patch
new file mode 100644
index 000000000..bed88329f
--- /dev/null
+++ b/patches/buildroot/2017.02/232-libtirpc-fix-compilation-error-of-rpcgen.patch
@@ -0,0 +1,34 @@
+From 1521836c4e0d173767d7417fcc2682cb19ca8aba Mon Sep 17 00:00:00 2001
+From: Dagg Stompler <da...@gm...>
+Date: Fri, 29 Dec 2017 15:03:33 +0200
+Subject: [PATCH] libtirpc: fix compilation error of rpcgen
+
+When compiling libtirpc, without RPC support available on the host
+machine, the build of the rpcgen host program because it cannot find
+the netconfig.h and rpc/types.h headers. Instead of relying on the
+system-provided ones, let's use the ones included in the libtirpc
+source code by patching the rpcgen build logic.
+
+Signed-off-by: Dagg Stompler <da...@gm...>
+[Thomas: reword commit log.]
+Signed-off-by: Thomas Petazzoni <tho...@fr...>
+---
+ package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch b/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch
+index 1cf861417c..f2b15fe2f1 100644
+--- a/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch
++++ b/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch
+@@ -83,7 +83,7 @@ index 0000000..2277b6f
+ --- /dev/null
+ +++ b/rpcgen/Makefile.am
+ @@ -0,0 +1,22 @@
+-+COMPILE = $(CC_FOR_BUILD) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+++COMPILE = $(CC_FOR_BUILD) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) -I../tirpc $(AM_CPPFLAGS) \
+ + $(CPPFLAGS_FOR_BUILD) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD)
+ +LINK = $(CC_FOR_BUILD) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD) -o $@
+ +
+--
+2.16.4
+
hooks/post-receive
--
armadeus
|