Re: [meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-10 Thread Jacob Stiffler

Sorry for the delay. I have pushed this to master.

- Jake


On 10/9/2019 11:12 PM, Denys Dmytriyenko wrote:

On Mon, Oct 07, 2019 at 04:41:14PM +0530, Nikhil Devshatwar wrote:

On 03/10/19 7:04 PM, Nikhil Devshatwar wrote:

On 01/10/19 8:02 PM, Nikhil Devshatwar wrote:

For building kernel binaries, host machine should have flex and
libssl-dev packages installed.

Add these to list of packages.

Signed-off-by: Nikhil Devshatwar 

ping

Jacob/Denys,
Please merge this

Jake should be back in the office now, so I'll leave this to him as a primary
maintainer of tisdk-setup-scripts - I'm only secondary/backup for that repo.

Denys



Nikhil D


Nikhil D

---
   setup-package-install.sh | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-package-install.sh b/setup-package-install.sh
index 1e9fedb..922e504 100644
--- a/setup-package-install.sh
+++ b/setup-package-install.sh
@@ -56,7 +56,7 @@ cwd=`dirname $0`
     entry_header
   -packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop"
+packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop flex libssl-dev"
     get_major_host_version host_major_version

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-09 Thread Denys Dmytriyenko
On Mon, Oct 07, 2019 at 04:41:14PM +0530, Nikhil Devshatwar wrote:
> On 03/10/19 7:04 PM, Nikhil Devshatwar wrote:
> >On 01/10/19 8:02 PM, Nikhil Devshatwar wrote:
> >>For building kernel binaries, host machine should have flex and
> >>libssl-dev packages installed.
> >>
> >>Add these to list of packages.
> >>
> >>Signed-off-by: Nikhil Devshatwar 
> >ping
> Jacob/Denys,
> Please merge this

Jake should be back in the office now, so I'll leave this to him as a primary 
maintainer of tisdk-setup-scripts - I'm only secondary/backup for that repo.

Denys


> Nikhil D
> 
> >
> >Nikhil D
> >>---
> >>  setup-package-install.sh | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>diff --git a/setup-package-install.sh b/setup-package-install.sh
> >>index 1e9fedb..922e504 100644
> >>--- a/setup-package-install.sh
> >>+++ b/setup-package-install.sh
> >>@@ -56,7 +56,7 @@ cwd=`dirname $0`
> >>    entry_header
> >>  -packages_to_install="xinetd tftpd nfs-kernel-server minicom 
> >>build-essential libncurses5-dev autoconf automake dos2unix screen lrzsz 
> >>lzop"
> >>+packages_to_install="xinetd tftpd nfs-kernel-server minicom 
> >>build-essential libncurses5-dev autoconf automake dos2unix screen lrzsz 
> >>lzop flex libssl-dev"
> >>    get_major_host_version host_major_version
> >
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-07 Thread Nikhil Devshatwar

On 03/10/19 7:04 PM, Nikhil Devshatwar wrote:

On 01/10/19 8:02 PM, Nikhil Devshatwar wrote:

For building kernel binaries, host machine should have flex and
libssl-dev packages installed.

Add these to list of packages.

Signed-off-by: Nikhil Devshatwar 

ping

Jacob/Denys,
Please merge this

Nikhil D



Nikhil D

---
  setup-package-install.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-package-install.sh b/setup-package-install.sh
index 1e9fedb..922e504 100644
--- a/setup-package-install.sh
+++ b/setup-package-install.sh
@@ -56,7 +56,7 @@ cwd=`dirname $0`
    entry_header
  -packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop"
+packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop flex libssl-dev"
    get_major_host_version host_major_version




___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-03 Thread Nikhil Devshatwar

On 01/10/19 8:02 PM, Nikhil Devshatwar wrote:

For building kernel binaries, host machine should have flex and
libssl-dev packages installed.

Add these to list of packages.

Signed-off-by: Nikhil Devshatwar 

ping

Nikhil D

---
  setup-package-install.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-package-install.sh b/setup-package-install.sh
index 1e9fedb..922e504 100644
--- a/setup-package-install.sh
+++ b/setup-package-install.sh
@@ -56,7 +56,7 @@ cwd=`dirname $0`
  
  entry_header
  
-packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev autoconf automake dos2unix screen lrzsz lzop"

+packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop flex libssl-dev"
  
  get_major_host_version host_major_version
  


___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-01 Thread Nikhil Devshatwar
For building kernel binaries, host machine should have flex and
libssl-dev packages installed.

Add these to list of packages.

Signed-off-by: Nikhil Devshatwar 
---
 setup-package-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-package-install.sh b/setup-package-install.sh
index 1e9fedb..922e504 100644
--- a/setup-package-install.sh
+++ b/setup-package-install.sh
@@ -56,7 +56,7 @@ cwd=`dirname $0`
 
 entry_header
 
-packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop"
+packages_to_install="xinetd tftpd nfs-kernel-server minicom build-essential 
libncurses5-dev autoconf automake dos2unix screen lrzsz lzop flex libssl-dev"
 
 get_major_host_version host_major_version
 
-- 
1.9.1

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago