All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages
@ 2019-06-06 23:46 Michael Halstead
  2019-06-07  0:07 ` akuster808
  2019-06-17  1:24 ` akuster808
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Halstead @ 2019-06-06 23:46 UTC (permalink / raw)
  To: yocto

Some packages were bumped onto the pip3 install line. Install them with zypper as before.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 documentation/poky.ent | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/poky.ent b/documentation/poky.ent
index b5f600969..a436d9027 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -68,8 +68,8 @@
      python3-jinja2 SDL-devel xterm">
 <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
      diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
-     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
-     $ sudo pip3 install GitPython libSDL-devel xterm">
+     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm
+     $ sudo pip3 install GitPython">
 <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release
      $ sudo yum makecache
      $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
-- 
2.17.2



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

* Re: [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages
  2019-06-06 23:46 [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages Michael Halstead
@ 2019-06-07  0:07 ` akuster808
  2019-06-07 23:19   ` Michael Halstead
  2019-06-17  1:24 ` akuster808
  1 sibling, 1 reply; 5+ messages in thread
From: akuster808 @ 2019-06-07  0:07 UTC (permalink / raw)
  To: Michael Halstead, yocto



On 6/6/19 4:46 PM, Michael Halstead wrote:
> Some packages were bumped onto the pip3 install line. Install them with zypper as before.
with backport? ie is Warrior or Thud affected, I suspect so

- armin
>
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>  documentation/poky.ent | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/poky.ent b/documentation/poky.ent
> index b5f600969..a436d9027 100644
> --- a/documentation/poky.ent
> +++ b/documentation/poky.ent
> @@ -68,8 +68,8 @@
>       python3-jinja2 SDL-devel xterm">
>  <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
>       diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
> -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
> -     $ sudo pip3 install GitPython libSDL-devel xterm">
> +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm
> +     $ sudo pip3 install GitPython">
>  <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release
>       $ sudo yum makecache
>       $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \



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

* Re: [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages
  2019-06-07  0:07 ` akuster808
@ 2019-06-07 23:19   ` Michael Halstead
  2019-06-08 22:46     ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Halstead @ 2019-06-07 23:19 UTC (permalink / raw)
  To: akuster808; +Cc: Yocto Project Discussion

[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]

On Thu, Jun 6, 2019 at 5:07 PM akuster808 <akuster808@gmail.com> wrote:

>
>
> On 6/6/19 4:46 PM, Michael Halstead wrote:
> > Some packages were bumped onto the pip3 install line. Install them with
> zypper as before.
> with backport? ie is Warrior or Thud affected, I suspect so
>

Yes for Warrior. Thud is fine.

Is there anything I need to do for the Warrior backport?


>
> - armin
> >
> > Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> > ---
> >  documentation/poky.ent | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/documentation/poky.ent b/documentation/poky.ent
> > index b5f600969..a436d9027 100644
> > --- a/documentation/poky.ent
> > +++ b/documentation/poky.ent
> > @@ -68,8 +68,8 @@
> >       python3-jinja2 SDL-devel xterm">
> >  <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git
> chrpath make wget python-xml \
> >       diffstat makeinfo python-curses patch socat python3 python3-curses
> tar python3-pip \
> > -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
> > -     $ sudo pip3 install GitPython libSDL-devel xterm">
> > +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel
> xterm
> > +     $ sudo pip3 install GitPython">
> >  <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release
> >       $ sudo yum makecache
> >       $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl
> patch \
>
>

[-- Attachment #2: Type: text/html, Size: 2219 bytes --]

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

* Re: [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages
  2019-06-07 23:19   ` Michael Halstead
@ 2019-06-08 22:46     ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2019-06-08 22:46 UTC (permalink / raw)
  To: Michael Halstead, akuster808; +Cc: Yocto Project Discussion

[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]



On 6/7/19 4:19 PM, Michael Halstead wrote:
>
>
> On Thu, Jun 6, 2019 at 5:07 PM akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>
>
>     On 6/6/19 4:46 PM, Michael Halstead wrote:
>     > Some packages were bumped onto the pip3 install line. Install
>     them with zypper as before.
>     with backport? ie is Warrior or Thud affected, I suspect so
>
>
> Yes for Warrior. Thud is fine.
>
> Is there anything I need to do for the Warrior backport?
nope. i will handle this.

thanks,
Armin
>  
>
>
>     - armin
>     >
>     > Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org
>     <mailto:mhalstead@linuxfoundation.org>>
>     > ---
>     >  documentation/poky.ent | 4 ++--
>     >  1 file changed, 2 insertions(+), 2 deletions(-)
>     >
>     > diff --git a/documentation/poky.ent b/documentation/poky.ent
>     > index b5f600969..a436d9027 100644
>     > --- a/documentation/poky.ent
>     > +++ b/documentation/poky.ent
>     > @@ -68,8 +68,8 @@
>     >       python3-jinja2 SDL-devel xterm">
>     >  <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++
>     git chrpath make wget python-xml \
>     >       diffstat makeinfo python-curses patch socat python3
>     python3-curses tar python3-pip \
>     > -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
>     > -     $ sudo pip3 install GitPython libSDL-devel xterm">
>     > +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
>     libSDL-devel xterm
>     > +     $ sudo pip3 install GitPython">
>     >  <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release
>     >       $ sudo yum makecache
>     >       $ sudo yum install gawk make wget tar bzip2 gzip python
>     unzip perl patch \
>
>


[-- Attachment #2: Type: text/html, Size: 3910 bytes --]

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

* Re: [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages
  2019-06-06 23:46 [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages Michael Halstead
  2019-06-07  0:07 ` akuster808
@ 2019-06-17  1:24 ` akuster808
  1 sibling, 0 replies; 5+ messages in thread
From: akuster808 @ 2019-06-17  1:24 UTC (permalink / raw)
  To: yocto



On 6/6/19 4:46 PM, Michael Halstead wrote:
> Some packages were bumped onto the pip3 install line. Install them with zypper as before.
>
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---

is this too early to Ping?

is there an issue with this patch?

-armin
>  documentation/poky.ent | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/poky.ent b/documentation/poky.ent
> index b5f600969..a436d9027 100644
> --- a/documentation/poky.ent
> +++ b/documentation/poky.ent
> @@ -68,8 +68,8 @@
>       python3-jinja2 SDL-devel xterm">
>  <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
>       diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
> -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
> -     $ sudo pip3 install GitPython libSDL-devel xterm">
> +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm
> +     $ sudo pip3 install GitPython">
>  <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release
>       $ sudo yum makecache
>       $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \



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

end of thread, other threads:[~2019-06-17  1:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 23:46 [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages Michael Halstead
2019-06-07  0:07 ` akuster808
2019-06-07 23:19   ` Michael Halstead
2019-06-08 22:46     ` akuster808
2019-06-17  1:24 ` akuster808

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.