All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sysrepo: fix host configure option
@ 2019-11-11  4:05 Xiaolin He
  2020-02-03 10:10 ` Heiko Thiery
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaolin He @ 2019-11-11  4:05 UTC (permalink / raw)
  To: buildroot

Host-sysrepoctl should install yang modules to target
directory.

Signed-off-by: Xiaolin He <xiaolin.he@nxp.com>
---
 DEVELOPERS                 | 3 +++
 package/sysrepo/sysrepo.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index c0863aabc6..41a3935407 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2430,6 +2430,9 @@ F:	package/python-pyusb/
 N:	Wojciech Nizi?ski <niziak@spox.org>
 F:	package/fwup/
 
+N:	Xiaolin He <xiaolin.he@nxp.com>
+F:	package/sysrepo/
+
 N:	Yann E. MORIN <yann.morin.1998@free.fr>
 F:	board/friendlyarm/nanopi-neo/
 F:	configs/nanopi_neo_defconfig
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 8676158a19..932c8fd5c0 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -58,7 +58,7 @@ HOST_SYSREPO_CONF_OPTS = \
 	-DCALL_TARGET_BINS_DIRECTLY=OFF \
 	-DBUILD_EXAMPLES=OFF \
 	-DBUILD_CPP_EXAMPLES=OFF \
-	-DREPOSITORY_LOC=$(HOST_DIR)/etc/sysrepo \
+	-DREPOSITORY_LOC=$(TARGET_DIR)/etc/sysrepo \
 	-DSUBSCRIPTIONS_SOCKET_DIR=$(HOST_DIR)/var/run/sysrepo-subscriptions
 
 $(eval $(cmake-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] package/sysrepo: fix host configure option
  2019-11-11  4:05 [Buildroot] [PATCH 1/1] package/sysrepo: fix host configure option Xiaolin He
@ 2020-02-03 10:10 ` Heiko Thiery
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Thiery @ 2020-02-03 10:10 UTC (permalink / raw)
  To: buildroot

Hi Xiaolin,

On 11.11.19 05:05, Xiaolin He wrote:
> Host-sysrepoctl should install yang modules to target
> directory.
>
> Signed-off-by: Xiaolin He <xiaolin.he@nxp.com>
> ---
>   DEVELOPERS                 | 3 +++
>   package/sysrepo/sysrepo.mk | 2 +-
>   2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index c0863aabc6..41a3935407 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2430,6 +2430,9 @@ F:	package/python-pyusb/
>   N:	Wojciech Nizi?ski <niziak@spox.org>
>   F:	package/fwup/
>   
> +N:	Xiaolin He <xiaolin.he@nxp.com>
> +F:	package/sysrepo/
> +
>   N:	Yann E. MORIN <yann.morin.1998@free.fr>
>   F:	board/friendlyarm/nanopi-neo/
>   F:	configs/nanopi_neo_defconfig
> diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
> index 8676158a19..932c8fd5c0 100644
> --- a/package/sysrepo/sysrepo.mk
> +++ b/package/sysrepo/sysrepo.mk
> @@ -58,7 +58,7 @@ HOST_SYSREPO_CONF_OPTS = \
>   	-DCALL_TARGET_BINS_DIRECTLY=OFF \
>   	-DBUILD_EXAMPLES=OFF \
>   	-DBUILD_CPP_EXAMPLES=OFF \
> -	-DREPOSITORY_LOC=$(HOST_DIR)/etc/sysrepo \
> +	-DREPOSITORY_LOC=$(TARGET_DIR)/etc/sysrepo \
>   	-DSUBSCRIPTIONS_SOCKET_DIR=$(HOST_DIR)/var/run/sysrepo-subscriptions
>   
>   $(eval $(cmake-package))

I think this patch is no longer valid/required for the new version of 
the sysrepo package.


But nevertheless having you as maintainer for the sysrepo package would 
be great. So could you send a new patch only adding you as maintainer?


--

Heiko

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

end of thread, other threads:[~2020-02-03 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11  4:05 [Buildroot] [PATCH 1/1] package/sysrepo: fix host configure option Xiaolin He
2020-02-03 10:10 ` Heiko Thiery

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.