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 <[email protected]> --- 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 [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
