Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-08-20 | classes/distutils.bbclass: add a staging task (to be called explicitly) | Michael Lauer | 1 | |
2007-08-20 | task.bbclass: add a task class that sets common task recipe | Philipp Zabel | 1 | |
variables and automates adding -dev and -dbg packages | ||||
2007-08-19 | classes/tinderclient.bbclass: add the missing 'g' | Holger Freyther | 1 | |
2007-08-19 | classes/seppuku.bbclass: We can't handle NoProvider for, don't handle it ↵ | Holger Freyther | 1 | |
properly, more debugging added BitBake 1.8 is firing NoProvider in non fatal cases. We have to honor that for now. | ||||
2007-08-19 | classes/tinderclient.bbclass: Assert for not None when posting, do not ↵ | Holger Freyther | 1 | |
handle MsgNote | ||||
2007-08-19 | merge of '1f413a8fc168cbef64fe984af210e9d998cc3382' | Michael Lauer | 2 | |
and '29d2dfa77e02cc2f8721d7954eb27c061486b2f4' | ||||
2007-08-19 | sip/python-sip/python-pyqt: revamp naming, start to work on a current PyQt ↵ | Michael Lauer | 2 | |
that builds against Qt-X11 4.3.0 | ||||
2007-08-19 | rm_work.bbclass: Add missing dependency | Richard Purdie | 1 | |
2007-08-18 | rm_work.bbclass: Split up the dependency chain to resolve dependency conflicts | Richard Purdie | 1 | |
2007-08-18 | nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and ↵ | Rod Whitby | 1 | |
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-18 | merge of '1400bcc94161f278ffef24927913738f7baefb58' | OpenEmbedded Project | 1 | |
and 'faf15e6fba7d554cc2bcffcfcc5601be8b383539' | ||||
2007-08-18 | disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64' | Holger Freyther | 1 | |
2007-08-18 | nslu2-image: Use apex to support larger images. | Rod Whitby | 1 | |
2007-08-17 | classes/sanity.bbclass: Check stty settings and complain when tostop is present | Holger Freyther | 1 | |
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-17 | rm_work: Fix to work with bitbake 1.8. Changes to make this optimal need ↵ | Richard Purdie | 1 | |
1.8.8 so they're in comments for now | ||||
2007-08-15 | base.bbclass: Remove showdata task. its broken and bitbake -e should be used ↵ | Richard Purdie | 1 | |
instead (which works), | ||||
2007-08-15 | distutils-base.bbclass: fix typo in debug package | Michael Lauer | 1 | |
2007-08-15 | distutils-base.bbclass: prefer most recent python version for packaging | Michael Lauer | 1 | |
2007-08-13 | seppuku: remove extra '?' that confuses bugzilla | Koen Kooi | 1 | |
2007-08-12 | sanity.bbclass: Sync with Poky for umask check | Richard Purdie | 1 | |
2007-08-12 | seppuku: misc fixes | Koen Kooi | 1 | |
* 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-12 | seppuku: quick fix for Noprovider not having isRuntime anymore (use ↵ | Koen Kooi | 1 | |
Norprovider for that) | ||||
2007-08-12 | sanity.bbclass: Remove git and bison, we build them if needed | Richard Purdie | 1 | |
2007-08-12 | seppuku.bbclass: Avoid recursion problem (#2722) | Richard Purdie | 1 | |
2007-08-12 | base.bbclass: Optimise the SRC_URI_OVERRIDES_PACKAGE_ARCH code so localpath ↵ | Richard Purdie | 1 | |
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-12 | package_{deb,ipk}.bbclass: change ALLOW_EMPTY check | Philipp Zabel | 2 | |
- 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-11 | package.bbclass: Improve dependency chain handling function to differentiate ↵ | Richard Purdie | 1 | |
when multiple -dev or -dbg packages are generated and when a single one is generated (from poky) | ||||
2007-08-11 | package.bbclass: Fix a typo and remove broken code (from poky) | Richard Purdie | 1 | |
2007-08-11 | package.bbclass: Remove wildcards from the RDEPENDS field, unbreaking ↵ | Richard Purdie | 1 | |
certain dependency chainhandling in both ipkg and dpkg (from poky) | ||||
2007-08-11 | package.bbclass: Only set the do_package dependency when we have packages to ↵ | Richard Purdie | 1 | |
generate (PACKAGES != ) removing needless dependencies (from poky) | ||||
2007-08-11 | base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH whilst trying not to cause ↵ | Richard Purdie | 1 | |
too much of a performance hit | ||||
2007-08-10 | insane: complete blackfin support | Koen Kooi | 1 | |
2007-08-10 | nslu2-image: Added support for building 16MB images | Rod Whitby | 1 | |
2007-08-09 | add openmoko-today2-folders, make openmoko-today2 depend on those | Stefan Schmidt | 1 | |
2007-08-08 | base.bbclass: Tweaks from Poky (extra comment, lib handling bugfix to not ↵ | Richard Purdie | 1 | |
clobber a variable name and unset DISTRO (to unbreak setting DISTRO as an environment variable) | ||||
2007-08-08 | gtk-icon-cache: Add comment from poky's version | Richard Purdie | 1 | |
2007-08-08 | update-rc.d: merge in ${D} cleanups from poky | Koen Kooi | 1 | |
2007-08-08 | seppuku.bbclass: fix indentation | Koen Kooi | 1 | |
* grrrrr, stupid python | ||||
2007-08-07 | package_deb/rootfs_deb.bbclass: Sync fixes from Poky | Richard Purdie | 2 | |
2007-08-06 | zaurus-2.6: Create an install kit when generating images (from bug #2690 ↵ | Richard Purdie | 1 | |
with modifications) | ||||
2007-08-05 | binconfig.bbclass: more munging | Koen Kooi | 1 | |
2007-08-05 | openmoko2.bbclass: remove SRCDATE=tomorrow | Koen Kooi | 1 | |
2007-08-05 | openmoko2.bbclass: add support for daemons | Michael Lauer | 1 | |
2007-08-03 | base.bbclass: Add dependency on git-native for git packages | Richard Purdie | 1 | |
2007-08-03 | patch.bbclass: give empty file for quilt so it will not use config from user ↵ | Marcin Juszkiewicz | 1 | |
homedir - closes #2704 (code from Poky) | ||||
2007-08-03 | patch.bbclass: Add minrev and maxrev support for patches, cleanup maxdate ↵ | Richard Purdie | 1 | |
and mindate support | ||||
2007-08-01 | base.bbclass: Fix base_get_srcrev() | Richard Purdie | 1 | |
2007-08-01 | openmoko* add indirection to make smooth migration from SRCDATE to SRCREV ↵ | Michael Lauer | 1 | |
possible | ||||
2007-07-31 | merge of '2ee5368f3cc4e859f6bec4ecffc2dbc9385fa3d7' | Michael Lauer | 1 | |
and '62b5fc0f9207b54a854b0ea813248e4ab12bdb81' | ||||
2007-07-31 | openmoko2: | Michael Lauer | 1 | |
* prepare for SVNREV * add openmoko-calculator2 |