diff mbox series

README: Add package dependency notes for ARM64

Message ID 20190726115423.2465-1-naresh.bhat@linaro.org
State Accepted
Headers show
Series README: Add package dependency notes for ARM64 | expand

Commit Message

Naresh Bhat July 26, 2019, 11:54 a.m. UTC
Add package dependency notes for Ubuntu on ARM64

Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
---
 README | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Colin Ian King July 26, 2019, 11:57 a.m. UTC | #1
On 26/07/2019 12:54, Naresh Bhat wrote:
> Add package dependency notes for Ubuntu on ARM64
> 
> Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
> ---
>  README | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/README b/README
> index ffd04d4a..7c3b5288 100644
> --- a/README
> +++ b/README
> @@ -20,6 +20,10 @@ RHEL Distro ppc64el
>  	pcre2-utf16 pcre2-utf32 glib2 glib2-devel pciutils pciutils-devel zlib-devel
>  	make libbsd-devel
>  
> +Ubuntu Distro ARM64
> +	autoconf automake libglib2.0-dev libtool libpcre3-dev
> +	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
> +
>  2) To build and install (only if building from source)
>  
>  	autoreconf -ivf
> 

Thanks Naresh,

Acked-by: Colin Ian King <colin.king@canonical.com>
Alex Hung July 31, 2019, 4:56 p.m. UTC | #2
On 2019-07-26 5:54 a.m., Naresh Bhat wrote:
> Add package dependency notes for Ubuntu on ARM64
> 
> Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
> ---
>  README | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/README b/README
> index ffd04d4a..7c3b5288 100644
> --- a/README
> +++ b/README
> @@ -20,6 +20,10 @@ RHEL Distro ppc64el
>  	pcre2-utf16 pcre2-utf32 glib2 glib2-devel pciutils pciutils-devel zlib-devel
>  	make libbsd-devel
>  
> +Ubuntu Distro ARM64
> +	autoconf automake libglib2.0-dev libtool libpcre3-dev
> +	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
> +
>  2) To build and install (only if building from source)
>  
>  	autoreconf -ivf
> 


Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox series

Patch

diff --git a/README b/README
index ffd04d4a..7c3b5288 100644
--- a/README
+++ b/README
@@ -20,6 +20,10 @@  RHEL Distro ppc64el
 	pcre2-utf16 pcre2-utf32 glib2 glib2-devel pciutils pciutils-devel zlib-devel
 	make libbsd-devel
 
+Ubuntu Distro ARM64
+	autoconf automake libglib2.0-dev libtool libpcre3-dev
+	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
+
 2) To build and install (only if building from source)
 
 	autoreconf -ivf