From 4f4441a68e5adef4d87e6d4c98df9d3f6c575daa Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 21 Nov 2016 21:40:54 +0100 Subject: [PATCH] add global patch directory for init and tc build --- buildroot.octonet/configs/digitaldevices_octonet_init_defconfig | 1 + buildroot.octonet/configs/digitaldevices_octonet_tc_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/buildroot.octonet/configs/digitaldevices_octonet_init_defconfig b/buildroot.octonet/configs/digitaldevices_octonet_init_defconfig index f3ea910..0b76a52 100644 --- a/buildroot.octonet/configs/digitaldevices_octonet_init_defconfig +++ b/buildroot.octonet/configs/digitaldevices_octonet_init_defconfig @@ -1,6 +1,7 @@ BR2_arm=y BR2_CCACHE=y BR2_PACKAGE_OVERRIDE_FILE="$(BR2_EXTERNAL)/board/digitaldevices/octonet/local.mk" +BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches" BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_PATH="$(TOPDIR)/output-octonet-tc/host/usr" diff --git a/buildroot.octonet/configs/digitaldevices_octonet_tc_defconfig b/buildroot.octonet/configs/digitaldevices_octonet_tc_defconfig index 8dd1ce5..1ff8dae 100644 --- a/buildroot.octonet/configs/digitaldevices_octonet_tc_defconfig +++ b/buildroot.octonet/configs/digitaldevices_octonet_tc_defconfig @@ -1,6 +1,7 @@ BR2_arm=y BR2_CCACHE=y BR2_PACKAGE_OVERRIDE_FILE="$(BR2_EXTERNAL)/board/digitaldevices/octonet/local.mk" +BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches" BR2_KERNEL_HEADERS_3_17=y BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y