summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2007-08-20classes/distutils.bbclass: add a staging task (to be called explicitly)Michael Lauer1
2007-08-20task.bbclass: add a task class that sets common task recipePhilipp Zabel1
variables and automates adding -dev and -dbg packages
2007-08-19classes/tinderclient.bbclass: add the missing 'g'Holger Freyther1
2007-08-19classes/seppuku.bbclass: We can't handle NoProvider for, don't handle it ↵Holger Freyther1
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 Freyther1
handle MsgNote
2007-08-19merge of '1f413a8fc168cbef64fe984af210e9d998cc3382'Michael Lauer2
and '29d2dfa77e02cc2f8721d7954eb27c061486b2f4'
2007-08-19sip/python-sip/python-pyqt: revamp naming, start to work on a current PyQt ↵Michael Lauer2
that builds against Qt-X11 4.3.0
2007-08-19rm_work.bbclass: Add missing dependencyRichard Purdie1
2007-08-18rm_work.bbclass: Split up the dependency chain to resolve dependency conflictsRichard Purdie1
2007-08-18nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and ↵Rod Whitby1
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 Project1
and 'faf15e6fba7d554cc2bcffcfcc5601be8b383539'
2007-08-18disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64'Holger Freyther1
2007-08-18nslu2-image: Use apex to support larger images.Rod Whitby1
2007-08-17classes/sanity.bbclass: Check stty settings and complain when tostop is presentHolger Freyther1
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 Purdie1
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 Purdie1
instead (which works),
2007-08-15distutils-base.bbclass: fix typo in debug packageMichael Lauer1
2007-08-15distutils-base.bbclass: prefer most recent python version for packagingMichael Lauer1
2007-08-13seppuku: remove extra '?' that confuses bugzilla Koen Kooi1
2007-08-12sanity.bbclass: Sync with Poky for umask checkRichard Purdie1
2007-08-12seppuku: misc fixesKoen Kooi1
* 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 Kooi1
Norprovider for that)
2007-08-12sanity.bbclass: Remove git and bison, we build them if neededRichard Purdie1
2007-08-12seppuku.bbclass: Avoid recursion problem (#2722)Richard Purdie1
2007-08-12base.bbclass: Optimise the SRC_URI_OVERRIDES_PACKAGE_ARCH code so localpath ↵Richard Purdie1
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 Zabel2
- 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 Purdie1
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 Purdie1
2007-08-11package.bbclass: Remove wildcards from the RDEPENDS field, unbreaking ↵Richard Purdie1
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 Purdie1
generate (PACKAGES != ) removing needless dependencies (from poky)
2007-08-11base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH whilst trying not to cause ↵Richard Purdie1
too much of a performance hit
2007-08-10insane: complete blackfin supportKoen Kooi1
2007-08-10nslu2-image: Added support for building 16MB imagesRod Whitby1
2007-08-09add openmoko-today2-folders, make openmoko-today2 depend on thoseStefan Schmidt1
2007-08-08base.bbclass: Tweaks from Poky (extra comment, lib handling bugfix to not ↵Richard Purdie1
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 Purdie1
2007-08-08update-rc.d: merge in ${D} cleanups from pokyKoen Kooi1
2007-08-08seppuku.bbclass: fix indentationKoen Kooi1
* grrrrr, stupid python
2007-08-07package_deb/rootfs_deb.bbclass: Sync fixes from PokyRichard Purdie2
2007-08-06zaurus-2.6: Create an install kit when generating images (from bug #2690 ↵Richard Purdie1
with modifications)
2007-08-05binconfig.bbclass: more mungingKoen Kooi1
2007-08-05openmoko2.bbclass: remove SRCDATE=tomorrow Koen Kooi1
2007-08-05openmoko2.bbclass: add support for daemonsMichael Lauer1
2007-08-03base.bbclass: Add dependency on git-native for git packagesRichard Purdie1
2007-08-03patch.bbclass: give empty file for quilt so it will not use config from user ↵Marcin Juszkiewicz1
homedir - closes #2704 (code from Poky)
2007-08-03patch.bbclass: Add minrev and maxrev support for patches, cleanup maxdate ↵Richard Purdie1
and mindate support
2007-08-01base.bbclass: Fix base_get_srcrev()Richard Purdie1
2007-08-01openmoko* add indirection to make smooth migration from SRCDATE to SRCREV ↵Michael Lauer1
possible
2007-07-31merge of '2ee5368f3cc4e859f6bec4ecffc2dbc9385fa3d7'Michael Lauer1
and '62b5fc0f9207b54a854b0ea813248e4ab12bdb81'
2007-07-31openmoko2:Michael Lauer1
* prepare for SVNREV * add openmoko-calculator2