All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages
@ 2019-10-01 14:32 Nikhil Devshatwar
  2019-10-03 13:34 ` Nikhil Devshatwar
  0 siblings, 1 reply; 5+ messages in thread
From: Nikhil Devshatwar @ 2019-10-01 14:32 UTC (permalink / raw)
  To: meta-arago

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 <nikhil.nd@ti.com>
---
 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



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

* Re: [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages
  2019-10-01 14:32 [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages Nikhil Devshatwar
@ 2019-10-03 13:34 ` Nikhil Devshatwar
  2019-10-07 11:11   ` Nikhil Devshatwar
  0 siblings, 1 reply; 5+ messages in thread
From: Nikhil Devshatwar @ 2019-10-03 13:34 UTC (permalink / raw)
  To: Nikhil Devshatwar, meta-arago

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 <nikhil.nd@ti.com>
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
>   



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

* Re: [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages
  2019-10-03 13:34 ` Nikhil Devshatwar
@ 2019-10-07 11:11   ` Nikhil Devshatwar
  2019-10-10  3:12     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Nikhil Devshatwar @ 2019-10-07 11:11 UTC (permalink / raw)
  To: Nikhil Devshatwar, meta-arago, Denys Dmytriyenko, Jacob Stiffler

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 <nikhil.nd@ti.com>
> 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
>



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

* Re: [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages
  2019-10-07 11:11   ` Nikhil Devshatwar
@ 2019-10-10  3:12     ` Denys Dmytriyenko
  2019-10-10 17:15       ` Jacob Stiffler
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2019-10-10  3:12 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-arago

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 <nikhil.nd@ti.com>
> >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
> >
> 


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

* Re: [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages
  2019-10-10  3:12     ` Denys Dmytriyenko
@ 2019-10-10 17:15       ` Jacob Stiffler
  0 siblings, 0 replies; 5+ messages in thread
From: Jacob Stiffler @ 2019-10-10 17:15 UTC (permalink / raw)
  To: Denys Dmytriyenko, Nikhil Devshatwar; +Cc: meta-arago

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 <nikhil.nd@ti.com>
>>> 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


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

end of thread, other threads:[~2019-10-10 17:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 14:32 [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages Nikhil Devshatwar
2019-10-03 13:34 ` Nikhil Devshatwar
2019-10-07 11:11   ` Nikhil Devshatwar
2019-10-10  3:12     ` Denys Dmytriyenko
2019-10-10 17:15       ` Jacob Stiffler

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.