[yocto] Progress Bar

2014-11-21 Thread Mahdi Saadat
hi ] build the image-minimal , and want to add the dialog installer for it with progress bar and dialog , when i use install.sh, in the image installation on target device the message shows that "dialog and progress could not find". could you please inform me about the creating progress bar when i

[yocto] Newbie confusion: trying to use meta-mono on poky-socfpga (Arrow SoCKit)

2014-11-21 Thread Spriggs, Jim
Hi Guys, [ yes, I've also posted this question on rocketboards list] My goal is to run "console" .NET apps via Mono on the Arrow SoCKit with poky-socfpga v14.0 My first steps were: 1) Add the meta-mono layer to bblayers.conf 2) Put "IMAGE_INSTALL_append = " mono"" in local.conf 3) Execute "bitb

[yocto] [opkg-utils PATCH] update-alternatives: avoid double slash problem

2014-11-21 Thread Chen Qi
Signed-off-by: Chen Qi --- update-alternatives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-alternatives b/update-alternatives index 8916cbd..ca01d5d 100644 --- a/update-alternatives +++ b/update-alternatives @@ -97,7 +97,7 @@ find_best_alt() { [ $# -lt 1 ] &