[bitbake-devel] Beginner help

Himanshu Pandey pandey_himanshu80 at rediffmail.com
Tue Mar 3 12:45:53 UTC 2015


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: "Himanshu  Pandey" <pandey_himanshu80 at rediffmail.com>
Sent: Tue, 03 Mar 2015 17:36:20 
To: "Alex DAMIAN " <alexandru.damian at intel.com>
Cc: "bitbake-devel at lists.openembedded.org" <bitbake-devel at lists.openembedded.org>
Subject: Re: [bitbake-devel] [PATCH 01/12] toastergui: fix spacing and input field sizes
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


Get your own FREE website,  FREE domain & FREE mobile app with Company email.  Know More >
-- 

_______________________________________________

bitbake-devel mailing list

bitbake-devel at lists.openembedded.org

http://lists.openembedded.org/mailman/listinfo/bitbake-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150303/36cd7726/attachment-0002.html>


More information about the bitbake-devel mailing list