aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2007-08-23seppuku.bbclass: add more debugging and keep attaching buildlogs for known bugsKoen Kooi
2007-08-22image.bbclass: Add the mkdir back in a different form. This proves nobody ↵Richard Purdie
uses USE_DEVFS and we should consider removing it,
2007-08-22image/rootfs_ipk: Remove uneeded mkdir callsRichard Purdie
2007-08-22distutils.bbclass: always install staging directory before calling pythonMichael Lauer
2007-08-21disapproval of revision 'badf9d8b62f79360108e71d3657a6dd7abe98d03'Stefan Schmidt
2007-08-21fic-gta01.conf: Drop EXTRA_IMAGEDEPENDS on sjf2410-linux-native to let theStefan Schmidt
OpenMoko build work on big endian machines. We do not need sjf2410 anymore atm.
2007-08-21merge of '3289b5a802bb36f84f72d159c65ca3869e90041e'Michael Lauer
and '5ee4afc833aaf754d4605b6c97860c3016037b3e'
2007-08-21classes/distutils.bbclass: remove easy-install.pth, since this ends up in ↵Michael Lauer
every package and Python 2.5 seems to be able to import .egg packages even without it
2007-08-21classes/xilinx-bsp.bbclass : Add a class to handle xilinx kernel requirmentsStelios Koroneos
2007-08-20classes/distutils.bbclass: add a staging task (to be called explicitly)Michael Lauer
2007-08-20task.bbclass: add a task class that sets common task recipePhilipp Zabel
variables and automates adding -dev and -dbg packages
2007-08-19classes/tinderclient.bbclass: add the missing 'g'Holger Freyther
2007-08-19classes/seppuku.bbclass: We can't handle NoProvider for, don't handle it ↵Holger Freyther
properly, more debugging added BitBake 1.8 is firing NoProvider in non fatal cases. We have to honor that for now.
2007-08-19classes/tinderclient.bbclass: Assert for not None when posting, do not ↵Holger Freyther
handle MsgNote
2007-08-19merge of '1f413a8fc168cbef64fe984af210e9d998cc3382'Michael Lauer
and '29d2dfa77e02cc2f8721d7954eb27c061486b2f4'
2007-08-19sip/python-sip/python-pyqt: revamp naming, start to work on a current PyQt ↵Michael Lauer
that builds against Qt-X11 4.3.0
2007-08-19rm_work.bbclass: Add missing dependencyRichard Purdie
2007-08-18rm_work.bbclass: Split up the dependency chain to resolve dependency conflictsRichard Purdie
2007-08-18nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and ↵Rod Whitby
allow people to change the RAM size with apex-env - we should be able to make fatslugs work from our standard images now
2007-08-18merge of '1400bcc94161f278ffef24927913738f7baefb58'OpenEmbedded Project
and 'faf15e6fba7d554cc2bcffcfcc5601be8b383539'
2007-08-18disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64'Holger Freyther
2007-08-18nslu2-image: Use apex to support larger images.Rod Whitby
2007-08-17classes/sanity.bbclass: Check stty settings and complain when tostop is presentHolger Freyther
tostop is known to make bitbake-1.8 processes hang. Make the user aware of the upcoming issue and propose a solution to this problem.
2007-08-17rm_work: Fix to work with bitbake 1.8. Changes to make this optimal need ↵Richard Purdie
1.8.8 so they're in comments for now
2007-08-15base.bbclass: Remove showdata task. its broken and bitbake -e should be used ↵Richard Purdie
instead (which works),
2007-08-15distutils-base.bbclass: fix typo in debug packageMichael Lauer
2007-08-15distutils-base.bbclass: prefer most recent python version for packagingMichael Lauer
2007-08-13seppuku: remove extra '?' that confuses bugzilla Koen Kooi
2007-08-12sanity.bbclass: Sync with Poky for umask checkRichard Purdie
2007-08-12seppuku: misc fixesKoen Kooi
* better error messages * fixed bug creation and attachment handling * now reports machine in bug content (till we have a machine section in bugzilla)
2007-08-12seppuku: quick fix for Noprovider not having isRuntime anymore (use ↵Koen Kooi
Norprovider for that)
2007-08-12sanity.bbclass: Remove git and bison, we build them if neededRichard Purdie
2007-08-12seppuku.bbclass: Avoid recursion problem (#2722)Richard Purdie
2007-08-12base.bbclass: Optimise the SRC_URI_OVERRIDES_PACKAGE_ARCH code so localpath ↵Richard Purdie
is only called if its possible there are machine override matches. Also document some code hiding bugs for post 1.8.8 removal
2007-08-12package_{deb,ipk}.bbclass: change ALLOW_EMPTY checkPhilipp Zabel
- before an unset ALLOW_EMPTY meant False, while any string value meant True, now "1" means True and any other value or unset means False - this allows to set ALLOW_EMPTY = "1" and explicitly unset it for a subpackage with ALLOW_EMPTY_somepackage = "0"
2007-08-11package.bbclass: Improve dependency chain handling function to differentiate ↵Richard Purdie
when multiple -dev or -dbg packages are generated and when a single one is generated (from poky)
2007-08-11package.bbclass: Fix a typo and remove broken code (from poky)Richard Purdie
2007-08-11package.bbclass: Remove wildcards from the RDEPENDS field, unbreaking ↵Richard Purdie
certain dependency chainhandling in both ipkg and dpkg (from poky)
2007-08-11package.bbclass: Only set the do_package dependency when we have packages to ↵Richard Purdie
generate (PACKAGES != ) removing needless dependencies (from poky)
2007-08-11base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH whilst trying not to cause ↵Richard Purdie
too much of a performance hit
2007-08-10insane: complete blackfin supportKoen Kooi
2007-08-10nslu2-image: Added support for building 16MB imagesRod Whitby
2007-08-09add openmoko-today2-folders, make openmoko-today2 depend on thoseStefan Schmidt
2007-08-08base.bbclass: Tweaks from Poky (extra comment, lib handling bugfix to not ↵Richard Purdie
clobber a variable name and unset DISTRO (to unbreak setting DISTRO as an environment variable)
2007-08-08gtk-icon-cache: Add comment from poky's versionRichard Purdie
2007-08-08update-rc.d: merge in ${D} cleanups from pokyKoen Kooi
2007-08-08seppuku.bbclass: fix indentationKoen Kooi
* grrrrr, stupid python
2007-08-07package_deb/rootfs_deb.bbclass: Sync fixes from PokyRichard Purdie
2007-08-06zaurus-2.6: Create an install kit when generating images (from bug #2690 ↵Richard Purdie
with modifications)
2007-08-05binconfig.bbclass: more mungingKoen Kooi