Re: [OE-core] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-12-11 Thread Martin Jansa
ping again

On Fri, Sep 6, 2019 at 1:32 PM Martin Jansa  wrote:

> On Mon, Aug 12, 2019 at 07:51:40PM +, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa 
>
> ping
>
> > ---
> >  documentation/ref-manual/ref-classes.xml   |  5 -
> >  documentation/ref-manual/ref-variables.xml | 21 +
> >  2 files changed, 25 insertions(+), 1 deletion(-)
> >
> > diff --git a/documentation/ref-manual/ref-classes.xml
> b/documentation/ref-manual/ref-classes.xml
> > index ece47e757..159efb3b1 100644
> > --- a/documentation/ref-manual/ref-classes.xml
> > +++ b/documentation/ref-manual/ref-classes.xml
> > @@ -413,7 +413,10 @@
> >  cross, and
> >  cross-canadian recipes to change
> >  RPATH records within binaries in order to
> make
> > -them relocatable.
> > +them relocatable. To extend the list of directories where it
> searches
> > +for binaries to relocate, you can set
> > + linkend='var-PREPROCESS_RELOCATE_DIRS'>PREPROCESS_RELOCATE_DIRS
> > +variable in your recipe.
> >  
> >  
> >
> > diff --git a/documentation/ref-manual/ref-variables.xml
> b/documentation/ref-manual/ref-variables.xml
> > index 9470a780a..5ac766658 100644
> > --- a/documentation/ref-manual/ref-variables.xml
> > +++ b/documentation/ref-manual/ref-variables.xml
> > @@ -11424,6 +11424,27 @@
> >  
> >  
> >
> > + id='var-PREPROCESS_RELOCATE_DIRS'>PREPROCESS_RELOCATE_DIRS
> > +
> > +PREPROCESS_RELOCATE_DIRS[doc] = "List of extra
> directories where to search for binaries which should be relocatable."
> > +
> > +
> > +
> > +
> > +List of extra directories with binaries.
> > +
> > +
> > +
> > +PREPROCESS_RELOCATE_DIRS is
> used by
> > +chrpath.bbclass to allow extending the list where
> it searches
> > +for binaries. By default it searches in:
> > +${bindir} ${sbindir} ${base_sbindir} ${base_bindir}
> ${libdir} ${base_libdir} ${libexecdir}
> > +Thus, PREPROCESS_RELOCATE_DIRS
> usually doesn't
> > +need to be set withing recipes.
> > +
> > +
> > +
> > +
> >  PRIORITY
> >  
> >  PRIORITY[doc] = "Indicates the importance of a
> package.  The default value is 'optional'.  Other standard values are
> 'required', 'standard', and 'extra'."
> > --
> > 2.17.1
> >
>
> --
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-09-06 Thread Martin Jansa
On Mon, Aug 12, 2019 at 07:51:40PM +, Martin Jansa wrote:
> Signed-off-by: Martin Jansa 

ping

> ---
>  documentation/ref-manual/ref-classes.xml   |  5 -
>  documentation/ref-manual/ref-variables.xml | 21 +
>  2 files changed, 25 insertions(+), 1 deletion(-)
> 
> diff --git a/documentation/ref-manual/ref-classes.xml 
> b/documentation/ref-manual/ref-classes.xml
> index ece47e757..159efb3b1 100644
> --- a/documentation/ref-manual/ref-classes.xml
> +++ b/documentation/ref-manual/ref-classes.xml
> @@ -413,7 +413,10 @@
>  cross, and
>  cross-canadian recipes to change
>  RPATH records within binaries in order to make
> -them relocatable.
> +them relocatable. To extend the list of directories where it searches
> +for binaries to relocate, you can set
> + linkend='var-PREPROCESS_RELOCATE_DIRS'>PREPROCESS_RELOCATE_DIRS
> +variable in your recipe.
>  
>  
>  
> diff --git a/documentation/ref-manual/ref-variables.xml 
> b/documentation/ref-manual/ref-variables.xml
> index 9470a780a..5ac766658 100644
> --- a/documentation/ref-manual/ref-variables.xml
> +++ b/documentation/ref-manual/ref-variables.xml
> @@ -11424,6 +11424,27 @@
>  
>  
>  
> + id='var-PREPROCESS_RELOCATE_DIRS'>PREPROCESS_RELOCATE_DIRS
> +
> +PREPROCESS_RELOCATE_DIRS[doc] = "List of extra directories 
> where to search for binaries which should be relocatable."
> +
> +
> +
> +
> +List of extra directories with binaries.
> +
> +
> +
> +PREPROCESS_RELOCATE_DIRS is used by
> +chrpath.bbclass to allow extending the list where it 
> searches
> +for binaries. By default it searches in:
> +${bindir} ${sbindir} ${base_sbindir} ${base_bindir} 
> ${libdir} ${base_libdir} ${libexecdir}
> +Thus, PREPROCESS_RELOCATE_DIRS 
> usually doesn't
> +need to be set withing recipes.
> +
> +
> +
> +
>  PRIORITY
>  
>  PRIORITY[doc] = "Indicates the importance of a package.  The 
> default value is 'optional'.  Other standard values are 'required', 
> 'standard', and 'extra'."
> -- 
> 2.17.1
> 

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa 
---
 documentation/ref-manual/ref-classes.xml   |  5 -
 documentation/ref-manual/ref-variables.xml | 21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/documentation/ref-manual/ref-classes.xml 
b/documentation/ref-manual/ref-classes.xml
index ece47e757..159efb3b1 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -413,7 +413,10 @@
 cross, and
 cross-canadian recipes to change
 RPATH records within binaries in order to make
-them relocatable.
+them relocatable. To extend the list of directories where it searches
+for binaries to relocate, you can set
+PREPROCESS_RELOCATE_DIRS
+variable in your recipe.
 
 
 
diff --git a/documentation/ref-manual/ref-variables.xml 
b/documentation/ref-manual/ref-variables.xml
index 9470a780a..5ac766658 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11424,6 +11424,27 @@
 
 
 
+PREPROCESS_RELOCATE_DIRS
+
+PREPROCESS_RELOCATE_DIRS[doc] = "List of extra directories 
where to search for binaries which should be relocatable."
+
+
+
+
+List of extra directories with binaries.
+
+
+
+PREPROCESS_RELOCATE_DIRS is used by
+chrpath.bbclass to allow extending the list where it 
searches
+for binaries. By default it searches in:
+${bindir} ${sbindir} ${base_sbindir} ${base_bindir} 
${libdir} ${base_libdir} ${libexecdir}
+Thus, PREPROCESS_RELOCATE_DIRS 
usually doesn't
+need to be set withing recipes.
+
+
+
+
 PRIORITY
 
 PRIORITY[doc] = "Indicates the importance of a package.  The 
default value is 'optional'.  Other standard values are 'required', 'standard', 
and 'extra'."
-- 
2.17.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core