[bitbake-devel] [PATCH 01/12] toastergui: fix spacing and input field sizes

Damian, Alexandru alexandru.damian at intel.com
Fri Mar 6 18:37:45 UTC 2015


Take a look a the IMAGE_INSTALL variable - it needs to have "bash" in its
value to get "bash" in the image.

On Tue, Mar 3, 2015 at 12:04 PM, Himanshu Pandey <
pandey_himanshu80 at rediffmail.com> wrote:

> Hi,
>
> When I compile my image using the command bitbake:
>
> bitbake core-image-lb
>
> it shows:
>
> meta-lb           = "<unknown>:<unknown>"
>
> Also I have included the package "bash" in conf/local.conf for this image.
> But the image is neither compiling the bash package nor it is installing it.
>
> Where shall I include the bash package in my image.
>
> Regards,
> Himanshu
>
> From: Alex DAMIAN <alexandru.damian at intel.com>
> Sent: Tue, 24 Feb 2015 22:51:46
> To: bitbake-devel at lists.openembedded.org
> Subject: [bitbake-devel] [PATCH 01/12] toastergui: fix spacing and input
> field sizes
>
> From: Belen Barros Pena <belen.barros.pena at intel.com>
>
> The revision label was missing the projec-form class (which
> controls the spacing in the form), and the revision text
> field was a bit too long, so changed it from span4 to
> span3.
> ---
> lib/toaster/toastergui/templates/importlayer.html | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/toaster/toastergui/templates/importlayer.html
> b/lib/toaster/toastergui/templates/importlayer.html
> index 1196e0c..19d2fc4 100644
> --- a/lib/toaster/toastergui/templates/importlayer.html
> +++ b/lib/toaster/toastergui/templates/importlayer.html
> @@ -75,11 +75,11 @@
>                         <input type="text"  id="layer-subdir">
>
>                           <div class="control-group"
> id="layer-revision-ctrl">
> -                            <label class="control-label"
> for="layer-git-ref">Revision
> +                            <label class="control-label project-form"
> for="layer-git-ref">Revision
>                               <span class="icon-question-sign get-help"
> title="You can provide a Git branch, a tag or a commit SHA as the
> revision"></span>
>                             </label>
>                             <div class="controls">
> -                              <input type="text" class="span4"
> id="layer-git-ref" required>
> +                              <input type="text" class="span3"
> id="layer-git-ref" required>
>                                 <span class="help-inline"
> style="diaply:none;" id="invalid-layer-revision-hint"></span>
>                             </div>
>                           </div>
> --
> 1.9.1
>
> --
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>
>
> <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?>
> Get your own *FREE* website, *FREE* domain & *FREE* mobile app with
> Company email.
> *Know More >*
> <http://track.rediff.com/click?url=___http://businessemail.rediff.com?sc_cid=sign-1-10-13___&cmp=host&lnk=sign-1-10-13&nsrv1=host>




-- 
Alex Damian
Yocto Project
SSG / OTC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150306/aa10a980/attachment-0002.html>


More information about the bitbake-devel mailing list