[bitbake-devel] [PATCH 2/3] bitbake: webhob: adding frameworks for the Simple UI

Alex DAMIAN alexandru.damian at intel.com
Thu Sep 26 12:14:02 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>


Due to the SMTP limitation to line length, and using the minified version
of jQuery, I cannot submit the content of this patch by email.

Please take this patch from:

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=webhob-poky/webhob-master-1_5-web-2609&id=8a838bd239e9f515a35844a0bd2b70ede2ef4f72


This commit adds the 3rd party frameworks used for the web UI.

jQuery is licensed under MIT.

Bootstrap is licensed under APACHE-2.0

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 .../lib/webhob/bldviewer/static/css/bootstrap.css  | 4797 ++++++++++++++++++++
 .../lib/webhob/bldviewer/static/js/bootstrap.js    | 1982 ++++++++
 .../lib/webhob/bldviewer/static/js/jquery-2.0.3.js |    6 +
 3 files changed, 6785 insertions(+)
 create mode 100644 bitbake/lib/webhob/bldviewer/static/css/bootstrap.css
 create mode 100644 bitbake/lib/webhob/bldviewer/static/js/bootstrap.js
 create mode 100644 bitbake/lib/webhob/bldviewer/static/js/jquery-2.0.3.js

-- 
1.8.1.2




More information about the bitbake-devel mailing list