summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libxslt: Inherit from binconfigMichael Lippautz2011-07-071-2/+2
| | | | | | | | | | libxslt provides a binconfig that may be used to cross-compile/-link against the target library. (From OE-Core rev: cad05692666fd5355d63718cd9442bcf9abc2a20) Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* powertop: inherit update-alternatives and use a higher priority than busyboxDexuan Cui2011-07-071-1/+7
| | | | | | | | | | | | | | | | | busybox-1.18.4 installs /bin/powertop and the powertop recipe installs /usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would run the version offered by busybox, which has a very limited function (e.g., no parameter is accepted) and this causes trouble to eclipse plugin. We can use update-alternatives for powertop with higher priority to resolve the issue. Fixes [YOCTO #1208] (From OE-Core rev: e4102c3d2205371db4da7db7bca1a5853bb3c23e) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* busybox: bump PR to ensure ipv4 is enabledPaul Eggleton2011-07-071-1/+1
| | | | | | | | | | Now that ipv4 has been added to the default DISTRO_FEATURES we need to bump PR as busybox will need to be rebuilt. (From OE-Core rev: d97eeadc4e759d4e7793c30f6cc214e86e8df35c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* default-distrovars.inc: add ipv4 to DISTRO_FEATURESPaul Eggleton2011-07-071-1/+1
| | | | | | | | | | | Since the change in busybox configuration to match OE (OE core rev b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in DISTRO_FEATURES to get standard IPv4 functionality in busybox. (From OE-Core rev: 74bb505de16292ea278106c8575f955dfdc3141e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libQtOpenGL:Add libQtOpenGL to an lsb imageXiaofeng Yan2011-07-072-18/+2
| | | | | | | | | | I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] (From OE-Core rev: f478f90821f5b6a5e5d5dd53708de008bc607a11) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity: implement network connectivity testJoshua Lock2011-07-071-0/+37
| | | | | | | | | | | | | | | | | | Sanity test to verify files can be fetched from the network using git, http and https fetchers point users at a page to help get set up in the case of a failure. Requires a variable CONNECTIVITY_CHECK_URIS to be set, using the same pattern as SRC_URI, of URI's to test against. The variable CONNECTIVITY_CHECK_MSG can be set to provide a custom error message, such as a pointer to some help, when this check fails. Addresses [YOCTO #933] (From OE-Core rev: 8fdea2a1ac8875a42b3a57f0fd7b530f851c20e9) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tinylogin: use angstrom mirror for SRC_URIPhil Blundell2011-07-071-1/+1
| | | | | | | | | since busybox.net no longer seems to be hosting the tarball (From OE-Core rev: 465692552eae360e9053df1fd26a2e24f21785c1) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: Update recipes upgrade and manual check informationMei Lei2011-07-071-8/+9
| | | | | | | | | | upgrade: gawk, gupnp manual check: diffutils (From OE-Core rev: b98a05bef094146c54e6ea1202f4c62fdcaf9ee7) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: Upgrade from 3.1.8 to 4.0.0Mei Lei2011-07-071-2/+2
| | | | | | | (From OE-Core rev: 32b535f09124d0b35c10e025a53186e0a667aa1b) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gupnp: Upgrade from 0.16.0 to 0.16.1Mei Lei2011-07-072-3/+108
| | | | | | | | | Add introspection.patch from gssdp due to more strict compiler checks in new version (From OE-Core rev: 421ca72552b47923cb01e49288a4fa28b70c019a) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* module-base: remove KERNEL-SOURCEAnders Darander2011-07-071-1/+0
| | | | | | | | | | | kernel-source do not exist in STAGING_KERNEL_DIR any longer. Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can be used in module recipes directly. (From OE-Core rev: b67ef579db4c1906d6e508a8451cd2b01b7b62ab) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base: remove unconditional inclusion of kernel-module-rtc-sa1100Anders Darander2011-07-071-1/+0
| | | | | | | (From OE-Core rev: 0c858d6c0a3b6249a535bfb670df5dc3111b4af1) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base: remove modutils reference.Anders Darander2011-07-071-45/+15
| | | | | | | | | | | Also remove the other kernel24 references. Make everything dependent on kernel26 default. Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base. (From OE-Core rev: 030e4d5221631b452e0a00f8a4134b923115249d) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* module-init-tools-cross: add SRC_URI ChecksumsSaul Wold2011-07-071-0/+3
| | | | | | | (From OE-Core rev: 57c823b947a109c67d4282982a6aa53646b9e12c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uboot: Add 2011.06 VersionSaul Wold2011-07-074-0/+176
| | | | | | | | | | | | | | [YOCTO #1198] Addes the 2011.06 version, while keeping the older 2011.03 version since other layers might be using it still. This will need to be fixed in the future as oe-core should only be keeping the current versions and layer management addresses this somehow. (From OE-Core rev: 8aec526820f9b7d3a32142ae6849d67dc273c1a6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc-0.9.32: Implement execvpe and refresh scheduler functionsKhem Raj2011-07-074-1/+621
| | | | | | | | | Enable UCLIBC_HAS_UTMPX (From OE-Core rev: bac2e1ccca7476b670b6ec9db4b4ecb43edbfed7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc_git: Implement execvpe and refresh scheduler functionsKhem Raj2011-07-074-1/+621
| | | | | | | | | Enable UCLIBC_HAS_UTMPX (From OE-Core rev: e586bfcbfda7e0aaa6323f9063d84f6663325bb1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc_git: Move SRCREV past 0.9.32 releaseKhem Raj2011-07-0714-957/+70
| | | | | | | | | | | Set DP = -1 since 0.9.32 should be preferred Remove patches already merged upstream Change PV to 0.9.32+0.9.33-rc0 (From OE-Core rev: b0f87affd43ebaf4a9fd07e1cb99408073c61263) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcmode-default: Define UCLIBCVERSION and set it to 0.9.32Khem Raj2011-07-071-0/+3
| | | | | | | (From OE-Core rev: 6b903cf59951a533948d6985e2550c342a6c7beb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* uclibc: Add recipes for 0.9.32 releaseKhem Raj2011-07-0724-0/+7602
| | | | | | | (From OE-Core rev: 99dcbc151676f9488e00374ef525f72854b9d459) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh/dropbear: No need for each to PROVIDE ssh/sshdRichard Purdie2011-07-072-2/+0
| | | | | | | | | | | | | | Nothing in the system actually uses the PROVIDES field for these recipes, its usually the runtime packages that are used. We can therefore remove the PROVIDES and hence quieten the associated warnings from bitbake. If these recipes do really need the PROVIDES, they would be better as virtuals and adding that to MULTI_PROVIDER_WHITELIST. (From OE-Core rev: 84f3ae92ab4345cc99b47e021ff960857f803d45) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x-load: Drop PR from PV and fix version to 1.5.0Richard Purdie2011-07-071-1/+1
| | | | | | (From OE-Core rev: b2713b0bd8c8f01a6c1bbd94e8ebc5d780e32220) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel-yocto: Fix case where recipe is always reparsedRichard Purdie2011-07-071-1/+1
| | | | | | | | | | | | | | | | If you include a bitbake variable as a comment in a shell function then it gets expanded by the bitbake signature handling code. This could be classed as a bug or a feature depending on your viewpoint (e.g. a multiline variable included in a comment could actually contain executable code). Since we don't always want kernel-yocto to reparse this changes the syntax of the comment so it doesn't trigger the problem. (From OE-Core rev: 512be74ee0d7ad7e76c1be62d1e0f499aa51d174) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chrpath: Ensure the package respects the docdir variableRichard Purdie2011-07-072-2/+22
| | | | | | | | This resolves unpackaged file QA warnings and an empty -doc package. (From OE-Core rev: 1b44053f6c4ac33d5058183e6634b1ba831ae601) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* opensp: Add unpackaged filesRichard Purdie2011-07-071-1/+3
| | | | | | (From OE-Core rev: 615963784b367d8e92cf4599b7d82e5c009e35f3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernelshark/trace-cmd: Clean up QA warnings including fising LDFLAGS issuesRichard Purdie2011-07-073-4/+54
| | | | | | (From OE-Core rev: b85047e1047e45c2126f2267fe412e9a08d8044a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: Package up python and gitweb files into appropriate packagesRichard Purdie2011-07-071-0/+6
| | | | | | (From OE-Core rev: 3037905b20eac8d2b69fe4758a6559459a86a6ed) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* apt: Package unpackaged filesRichard Purdie2011-07-072-3/+3
| | | | | | (From OE-Core rev: 1e134055b8c00dd2f93a40a50cf69377c7b325c0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Packaged unpackaged filesRichard Purdie2011-07-071-1/+3
| | | | | | (From OE-Core rev: ab9242965628a301b702d6c8426e59182655fabf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk-engines: Package unpackaged filesRichard Purdie2011-07-071-1/+4
| | | | | | (From OE-Core rev: d181003d0a1427af76e3751b2ba5d407aa3b871e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: Clean up unpackaged filesRichard Purdie2011-07-071-5/+10
| | | | | | (From OE-Core rev: 9082c82931cd31c0ad6a8a9467b6d069e1567fd8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy-python: Remove unneeded and unpackaged filesRichard Purdie2011-07-071-1/+8
| | | | | | (From OE-Core rev: 914daf52ece9b4c14065cb26934eb52babbf6c0e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4: Package debug source filesRichard Purdie2011-07-071-1/+3
| | | | | | (From OE-Core rev: 0086e2e7f776b71378eb9cb69c0e59db4a5ffea7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemtap: Don't set prefix to a path including so examples get placed in ↵Richard Purdie2011-07-071-2/+2
| | | | | | | | the correct path and packaged correctly (From OE-Core rev: 4cfb662d2aaca9ff7225186e206b4d2dfffbe2a0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds-dbus: Package unpackaged filesRichard Purdie2011-07-072-4/+12
| | | | | | (From OE-Core rev: 3778c8a5c7800d301b8dc926fecd254c86f9ad81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-proto: Package unshipped files, create python-xcbgen package for python ↵Richard Purdie2011-07-072-2/+5
| | | | | | | | xcbgen code (From OE-Core rev: 9a22f0d62eaac8716a547f7102155483c9b0187e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* btrfs-tools: Fix manpage creation directoryRichard Purdie2011-07-072-1/+33
| | | | | | (From OE-Core rev: 0bfedd0d9d59ad6184e242d85cdeca7297e90fa6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tslib: Package unpackaged .la fileRichard Purdie2011-07-071-1/+2
| | | | | | (From OE-Core rev: 85a64f77d2100e29980efa1e28295627a5401453) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: Package unpackaged .la fileRichard Purdie2011-07-072-1/+3
| | | | | | (From OE-Core rev: d0bae3ed1b9aead05a353ade871e71bf5b1c01b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc: Fix unpackaged files warnings, broken symlink and superfluous filesRichard Purdie2011-07-071-5/+20
| | | | | | (From OE-Core rev: 696f00b67217242f3a372d070c2473f8ced639ed) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake/process.py: Ensure queued UI events are queued right before we add ↵Richard Purdie2011-07-071-3/+2
| | | | | | | | our own handler (Bitbake rev: c7a9ef70ba91d47d53074e8d78cbc52f396144a7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cache.py: Ensure additional .bbappend files are accounted forRichard Purdie2011-07-072-6/+13
| | | | | | | | | | | | Currently if a user adds a new .bbappend file to the system, the cache still thinks the cached data is valid. This code fixes that to ensure additions and changed in append application order are accounted for. [YOCTO #1091] (Bitbake rev: 54fe91fe96aaae47c40077c5f441c79da71da777) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ui/depexp: If we're parsing zero files we need to ensure the cache progress ↵Richard Purdie2011-07-051-3/+1
| | | | | | | | bar gets hidden (Bitbake rev: c8f46dfcc2f660a9cd52c64515624fad8d66461a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hob: re-designed interaction and implementationJoshua Lock2011-07-058-424/+1824
| | | | | | | | | | | | | | | | | | | | | Highlights include: * Atempted GNOME HIG compliance * Simplified UI and interaction model * Sorting and type to find in tree views * Preferences dialog to modify local settings * Dialog to add and remove layers * Search in packages list * Save/Load image recipes The build model has been changed, hob will attempt to build all dependent packages of an image and then use the buildFile server method to build the created image. (Bitbake rev: 48e64acaae4a741b9f5630f426fb4e6142755c2c) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake-layers: fix error on startup caused by recent cooker changePaul Eggleton2011-07-051-1/+2
| | | | | | | | | | | Fix bitbake-layers "TypeError: 'NoneType' object is not iterable" error on startup. Commit f3be8e9a7df13cc11ffc8fc667efaf2db96a7c38 changed to expect prefile and postfile to be populated and no longer expects file. (Bitbake rev: 0f45fcab5c724aabb5b2933dfcdf88ebe256cba9) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake-layers: fix sorting by package name for cooker changePaul Eggleton2011-07-051-1/+1
| | | | | | | | | | | Structure of cooker was changed since the patch for bitbake commit edacf98cceb2fe1275042595d3fce6822fa411ca was created - cooker.pkg_pn now has string keys, so sort it accordingly. (Bitbake rev: 9c2a064ab7fd9b8bcca58dfeb1abfae2555f0088) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libQtOpenGL: Install libQtOpenGL to an lsb imageXiaofeng Yan2011-07-051-1/+1
| | | | | | | Library "libQtOpenGL" is needed by an lsb image. So I add it to task-core-lsb.bb Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* x-load: Update to 1.5.0Saul Wold2011-07-051-6/+5
| | | | | | | | | [YOCTO #1197] (From OE-Core rev: f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmad: add SRC_URI ChecksumSaul Wold2011-07-051-0/+3
| | | | | | | (From OE-Core rev: 1222d1b954eaad24d4039b8a97d349715ef53bc7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpeg2dec: add SRC_URI ChecksumSaul Wold2011-07-051-0/+3
| | | | | | | (From OE-Core rev: 1136d8ed9632eb007f30a58be1ceaab713224478) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>