summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold2010-12-212-2/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gtk-theme-darkilouche: moved to meta-extrasSaul Wold2010-12-212-36/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman-gnome: Remove the applet and properties desktop iconsDongxiao Xu2010-12-213-17/+44
| | | | | | | | | | Remove the applet and properties desktop icons, since the connman-properties program should be invoked by tool bar, while connman-applet is launched by autostart. This fixes [BUGID #506] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* linux-yocto: remove or adjust to _ in branch namesBruce Ashfield2010-12-214-20/+22
| | | | | | | | | | | | | | | | | | | | | The existing 2.6.34 kernel tree uses _ where poky typically uses -. This is a historical artifact, since working with gnu Make and shells means avoiding - is wise. The opposite is true in Yocto. To avoid using the _ reserved character wherever possible we can simply remove it from the branch names in the new 2.6.37 kernel, but to keep the content stable in the 0.9 2.6.34 kernel, we map _ to - for the purposes of packaging. To further faciliate this switch, the branch names no longer need to be shortened in the KMACHINE mappings, but can be fully specified and the tools/processing adapt as required. This gives us the flexibility to map multiple boards to a single branch for building. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* send-pull-request: Use current date in mail headersDarren Hart2010-12-211-1/+5
| | | | | | | | | | | | | Some users experience problems viewing the pull requests as a sequential mail series due to the script using the git commit date for the patches and today's date for the cover letter. Address this by renaming the email Date: header to Old-Date: and adding a new Date: header with a current timestamp. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Gary Thomas <gary@mlbassoc.com> Cc: Josh Lock <josh@linux.intel.com>
* gettext: Add source and license checkumsScott Garman2010-12-212-24/+30
| | | | | | Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock2010-12-212-3/+8
| | | | | | | | | | | | gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gnome-common: add native variant via BBCLASSEXTENDJoshua Lock2010-12-211-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gst-plugins: fix for make 3.82Joshua Lock2010-12-213-2/+30
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-environment: Added package of meta-environment-${TARGET_ARCH} forLianhao Lu2010-12-214-0/+96
| | | | | | | | | | | | environment files. [BUGID #565] Fixing bug #565, added package of meta-environment-${TARGET_ARCH} for environment files used by cross-canadian toolchain. Also corrected the situation of empty config site file for target. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian2010-12-211-1/+2
| | | | | | | | | In previous exec() model, cooker is re-initialized from scratch with environmental variable exported accordingly. Now in fork() model, environmental variables are not exported again, and thus original method to export BB_TASKHASH doesn't apply now which breaks all sstate packages. Now we can set data variable directly instead. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* rm_work: With the recent pseudo changes, this no longer makes senseRichard Purdie2010-12-211-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ↵Richard Purdie2010-12-211-5/+5
| | | | | | checksum is present Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/runqueue.py: Somehow the python environment mapping is failing so do ↵Richard Purdie2010-12-211-2/+8
| | | | | | it manually Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-init-build-env: Enable all POSIX shellsMark Hatle2010-12-202-5/+13
| | | | | | | | | | | | Update the script so that it will work in more then just bash. If bash is not used, it will assume the PWD is the Poky location. (This is because BASH_SOURCE is a bash-ism, and equivalent functionality is not available in other shells). This has been verified with dash (see comment in the code), ksh, zsh and of course bash. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* poky-init-build-env: Breakup the environment scriptMark Hatle2010-12-203-94/+129
| | | | | | | | | | Break up the scripts/poky-env-internal into two parts: 1) Chunk that is sourced and sets up the environment 2) Chunk that is executed and configures the build directory OEROOT configuration was moved into the initial poky-init-build-env script. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* perl-native: Make the sstate checksum for perl depend on the hardcoded path ↵Richard Purdie2010-12-201-0/+5
| | | | | | until this is fixed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel.bbclass: Use KERNEL_IMAGE_BASE_NAME variable instead of the expanded ↵Richard Purdie2010-12-201-3/+3
| | | | | | equivalent. Fixes sstate rebuild issue Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* rootfs_rpm: Add --ignoresize option when performing DB operations on a rootfsRichard Purdie2010-12-201-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* fakeroot/fakechroot: These have been replaced by pseudo, move to meta-extrasRichard Purdie2010-12-203-102/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sstate.bbclass: delete sstate files when doing cleanallPaul Eggleton2010-12-201-4/+8
| | | | | | | | | | This fixes the cleanall task to actually delete the sstage cache files. This was not working correctly before due to attempting to use the current task's hash in the package file name to be deleted, which of course is the hash of the cleanall task when doing cleanall. The siginfo files are now deleted as well. Signed-off-by: Paul Eggleton <paul.eggleton@intel.com>
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ↵Richard Purdie2010-12-201-0/+1
| | | | | | checked Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
| | | | | | | | | If the checksum check failed, the .md5 stamp file would still have been created meaning subsequent builds would proceed with the corrupt file. Reorder the calls to avoid this. Also raise a specific error for the checksum not specified error case. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* shasum-native: Drop recipe since we have internal handling in python for ↵Richard Purdie2010-12-205-477/+0
| | | | | | this now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base/utils.bbclass: Drop former checksum code now bitbake is handling this ↵Richard Purdie2010-12-202-112/+0
| | | | | | for us Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add the per-recipe SRC_URI checksum verification. - SRC_URI format The format of SRC_URI checksum follow OE definition: 1. SRC_URI has single src SRC_URI = "http://some.domain/file.tar.gz" SRC_URI[md5sum] = "xxxxxxxxxxxxxxx" SRC_URI[sha256sum] = "xxxxxxxxxxxxxxxxxxxxxx" 2. SRC_URI has multiple src, every src need specify name SRC_URI = "http://some.domain/file1.tar.gz;name=name1 \ http://some.domain/file2.tar.gz;name=name2 " SRC_URI[name1.md5sum] = "xxxxxxxxxxxxxxx" SRC_URI[name1.sha256sum] = "xxxxxxxxxxxxxxxxxxxxxx" SRC_URI[name2.md5sum] = "xxxxxxxxxxxxxxx" SRC_URI[name2.sha256sum] = "xxxxxxxxxxxxxxxxxxxxxx" - SRC_URI checking invocation: the checksum checking is invoked in do_fetch phase, so it can be invoked manually by # bitbake -f -c fetch <recipe_name> if recipes has no SRC_URI checksum item, bitbake will show warning: " WARNING: Missing SRC_URI checksum for xxxx.tar.gz, consider to add SRC_URI[md5sum] = "5c69f16d452b0bb3d44bc3c10556c072" SRC_URI[sha256sum] = "f4e0ada8d4d516bbb8600a3ee7d9046c9c79e38cd781df9ffc46d8f16acd1768" " thus recipe author can add it to recpie file after SRC_URI - control variable BB_STRICT_CHECKSUM when SRC_URI checksum is missing, this variable decide pass or not if BB_STRICT_CHECKSUM = "1", bitbake should fatal in this case, otherwise bitbake just pass Signed-off-by: Yu Ke <ke.yu@intel.com>
* sanity.bbclass: add check for creation of long filenamesPaul Eggleton2010-12-201-8/+31
| | | | | | | | | Detect and fail if filesystem in use for TMPDIR or SSTATE_DIR has an unreasonably short file name length limit (eg. eCryptFS). This can cause "file name too long" errors during poky builds (e.g. when writing sstate files for packages with a git revision as the version). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* sanity.bbclass: allow minimisation of impact of more invasive sanity checksPaul Eggleton2010-12-202-1/+48
| | | | | | | | | | | Add a mechanism to avoid running more invasive checks every time bitbake is invoked. Adds a file in conf/ (i.e. under user's build directory) that tracks a new variable SANITY_VERSION (set in sanity.conf) as well as TMPDIR and SSTATE_DIR, allowing checks to be run when these are changed. Fixes [BUGID #562] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* sanity.bbclass: make indenting consistentPaul Eggleton2010-12-201-216/+216
| | | | | | Use four spaces throughout the file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian2010-12-201-1/+1
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* distro_tracking: change owner of some recipeYu Ke2010-12-201-23/+23
| | | | | | | | People already help Kevin to maintain the recipes he owned, so change the tracking field owner for more accurate tracking. Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro_tracking: Fix name inconsistencyYu Ke2010-12-201-7/+7
| | | | | | | | in distro_tracking_fields.inc, my name has two version: "Ke Yu <ke.yu@intel.com>", and "Yu Ke <ke.yu@intel.com>". this patch unify it to be "Yu Ke <ke.yu@intel.com>". Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* ed: Change bin pathLu Jingdong2010-12-201-1/+4
| | | | | | | | LSB states that ed should be in /bin/ and change bin path of ed from usr/bin into bin for LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problemScott Rifenbark2010-12-201-1/+1
| | | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/kernel-manual/figures/kernel-architecture-overview.png: ↵Scott Rifenbark2010-12-201-0/+0
| | | | | | | | | updated figure Updated the figure to not use "preempt_rt". Now uses "preempt-rt". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake Revert bitbake exec() and go back to fork() for performace wins ↵Richard Purdie2010-12-172-60/+92
| | | | | | (first draft) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Fixup for cache problemRichard Purdie2010-12-172-2/+238
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf/poky-env-internal: Adjust PSEUDO variables to match pseudo ↵Richard Purdie2010-12-172-3/+3
| | | | | | enabled/disabled modes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/bitbake: Add wrapper script which ensures pseudo is built and availableRichard Purdie2010-12-171-0/+25
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default-revisions.inc: Update pseudo revision to include exec/fork ↵Richard Purdie2010-12-171-1/+1
| | | | | | improvements and speed optimisations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-env-internal: Search scripts before the bitbake directory so we can ↵Richard Purdie2010-12-171-1/+1
| | | | | | override bitbake's main script Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/runqueue: Revert previous setscene noexec changes and ensure ↵Richard Purdie2010-12-171-1/+3
| | | | | | setscene stamp exists for setscene noexec tasks Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/runqueue: Clean up message log levelsRichard Purdie2010-12-171-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Update to the latest swabber.Alex deVries2010-12-171-1/+1
| | | | Signed-off-by: Alex deVries <alex.devries@windriver.com>
* Calculate CCACHE_DIR by calling host's ccache config.Alex deVries2010-12-171-0/+4
| | | | Signed-off-by: Alex deVries <alex.devries@windriver.com>
* Swabber's update_distro automatically updates the blob now.Alex deVries2010-12-171-5/+1
| | | | Signed-off-by: Alex deVries <alex.devries@windriver.com>
* Stop using hardcoded paths, use new Ubuntu and generic filters.Alex deVries2010-12-177-1/+64
| | | | Signed-off-by: Alex deVries <alex.devries@windriver.com>
* lsbsetup: add missing directory installSaul Wold2010-12-161-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: update status for upgraded recipesNitin A Kamble2010-12-161-2/+2
| | | | | | | | distro_tracking: chaning owner of python-pygtk As the python-pygtk's version is tightly connected to the gtk+ recipe version. changing the recipe ower to Edwin who is the gtk+ recipe owner. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking_fields: Update entries with correctionsSaul Wold2010-12-161-1/+29
| | | | | | * fix VERSION Misspellings and add missing recipe versions Signed-off-by: Saul Wold <sgw@linux.intel.com>