summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2005-08-05add build class for the 'scons' build system (http://www.scons.org)Michael Lauer1
add python-scons-native
2005-08-03gpe.bbclass: GPE_TARBALL_SUFFIX sounds better for gz vs. bz2Rene Wagner1
2005-08-03sourcepkg.bbclass: fix handling of EXCLUDE_FROM. thanks to koen for spotting.Rene Wagner1
2005-08-03sourcepkg.bbclass: generate .orig.tar.gz and .diff.tar.gz. the latter also ↵Rene Wagner1
contains all extra files, the .bb and a showdata dump. output goes to $DEPLOY_DIR/source now.
2005-08-03tinderclient.bbclass remove even more debugging stuffHolger Freyther1
2005-08-03openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Do not print that stuff... It was not meant to be pushed
2005-08-03Add sourcepkg.bbclass, a crude way to tar up the patched sources into ↵Koen Kooi1
DL_DIR/sourcepkg and md5sums the result. do INHERIT += "sourcepkg" to get all of this goodness. Now I need to find out how to override the Source: field to make it point to said tarballs on your distro's source mirror
2005-08-03xfce.bbclass: remove per-package things - this is not what a bbclass is forMichael Lauer1
2005-08-02To avoid further errors this is a manual copy of the currentJohn Bowler1
classes/tinderclient.bbclass (which includes the de-reverted change) from org.openembedded.dev
2005-07-30Reinstated freyther's patch which I inadvertently reverted during a spurious ↵Rod Whitby1
monotone merge :-(
2005-07-30openembedded/conf/tinder.conf:Holger Freyther1
-Document the TINDER_TZ Option. It can either be Europe/Berlin (no kidding) or a timedelty (e.g. +0200) openembedded/classes/tinderclient.bbclass: -Send timenow as UTC + TINDER_TZ offset -Parse and send starttime as time + UTC (either set TINDER_START with gmtime or use the most recent bitbake from trunk for having BUILDSTART as UTC time)
2005-07-30merge of 72702dc0f20d493c1f7ba7870f55f950538bb364Holger Freyther1
and 76fbcca84ea4f2ed154c217a5754da2d9296c711
2005-07-30openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Use spaces only, no more tabs to avoid issues with python and level of indention
2005-07-29merge of 22b6c89379f44959daad0672b60b3b2775b9364aRene Wagner2
and a9d332834a83bff1778ad969b7e1514a83a3c137
2005-07-29gpe.bbclass: add GPE_SRC_COMPRESSION variable to allow switching between gz ↵Rene Wagner1
and bz2
2005-07-28Changed nslu2 mirrors to use INHERIT and a .bbclass file instead.Rod Whitby1
2005-07-29disable XIM for qt3 to make it link against diet-x11Michael Lauer1
2005-07-27openembedded/classes/tinderclient.bbclass:Holger Freyther1
-No reason to include 'make' from bb. Specially as it was removed some time ago...
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-A beginning new line... makes process_builds... thanks to mithro...
2005-07-26classes/tinderclient.bbclass:Holger Freyther1
-Make the other part of this class work (finish the bb.data -> data. work)
2005-07-26openembedded/tinderclient/tinderclient.bbclass:Holger Freyther1
-event.data -> data in tinder_send_email -implement HTTP post (untested) set TINDER_SENDLOG to 'http' set TINDER_HOST to ewi....nl set TINDER_URL to /OE_qa/cgi-bin/process_builds.cgi
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Prepare the way for HTTP post
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-s/base_/tinder_/
2005-07-26openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Use the BUILDSTART as the starttime for the tinderbox. In every none malicious bbfile this variable should have the same time.
2005-07-24classes/tinderclient.bbclass:Holger Freyther1
-Fix indention of the final report mail. Now success or failure should be mail to the tinderbox.
2005-07-23classes/tinderclient.bbclass:Holger Freyther1
-setting and reading make.cfg can not work conf/tinder.conf: -set TINDER_START there for now...
2005-07-23TinderClient.bbclass:Holger Freyther1
-Add a TINDER_SUBJECT field, mails will carry that subject tinder.conf: -Mention TINDER_TREE and TINDER_SUBJECT. Without TINDER_TREE the tinderbox will not know how to associate your report.
2005-07-23openembedded/classes/tinderclient.bbclass:Holger Freyther1
-Fix spacing and imports now we can test the tinderclient
2005-07-22Applied patch by Philip Blundell to fix package names in dependencies.Florian Boor1
2005-07-21classes/base.bbclass:Holger Freyther1
Change oe_libinstall (watch carefully): If the user requires the installation of a static library and it does not exist we want the user to notice and fail. I assume this was then intended purpose for the requirestatic variable. The matter for the dotlai (.lai) is a bit different. The system automatically detects the .la file and assumes it is libtool generated and wants to install the .lai file even if it does not exist. I think this is wrong and I change it to do the following: If it decides it has libtool it installs the .lai if it is present. (change the -o to -a) At least Qt Version 3 has a .la but no .lai in its library directory and oe_libinstall fails to install.
2005-07-17base.bbclass:Holger Freyther1
Make it compatible with FreeBSD Replace --no-derefence with -P according to the GNU cp manpage this option is the same as --no-derenfe and FreeBSD knows -P as well
2005-07-09KEY = "VALUE" changed the grammar to force the quotes and updateHolger Freyther2
the bb files accordingly
2005-07-08kernel.bbclass: Add autoload entries for the bluetooth modules 'hidp' and ↵Michael Lauer1
'rfcomm'. This fixes /etc/init.d/bluetooth starting (on kernels which support 'hidp') the bluetooth subsystem, i.e. hcid. Tested on Sharp C7x0 w/ kernel 2.6.12-mm1.
2005-07-06Clean up (begin):Holger Freyther1
Use ${palmtopdir} instead of hardcoding /opt/QtPalmtop. This eases to switch the default opie location once we want it (/usr, /opt/Qtopia /home/sweat/home)
2005-06-30import clean BK tree at cset 1.3670Koen Kooi29
2005-06-28provide both postrm and prerm for update-rc.d usersPhil Blundell1
BKrev: 42c147e0CkwnoUmrLRuV35U7XC-5iQ
2005-06-28respect PARALLEL_INSTALL_MODULES when calculating RDEPENDSPhil Blundell1
BKrev: 42c1439fy5zZE1s-8d5wRPHtn_Hhwg
2005-06-28depend on the appropriate cross depmodPhil Blundell1
BKrev: 42c13576EPLLIf8I6_sVZw37L_nMWQ
2005-06-27avoid crash when PACKAGES is emptyPhil Blundell1
BKrev: 42c06116btgOA5Mtq_TVBmuq5daBcg
2005-06-27Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/Marcin Juszkiewicz1
into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded 2005/06/27 17:58:39+01:00 reciva.com!pb avoid "no such file" when building native packages BKrev: 42c030e1otO46VX06g7pILq1TZd7dw
2005-06-27respect PARALLEL_INSTALL_MODULESPhil Blundell1
BKrev: 42c028eePdyvKCUGWCioz2Zgc1TqBg
2005-06-27also stage headers from drivers/sound, if it exists.Phil Blundell1
patch courtesy Pierluigi Frullani BKrev: 42bfb784vV0OdpC2X3GeCRMDFxadPQ
2005-06-22Tinder Client BBClass:Holger Freyther1
turn OE into a tinderclient on its own. One can make any oe build send tinder reports to a tinderbox. BKrev: 42b9e243QjUOC_fqMR_9oUZFtmCf9Q
2005-06-22Ice Cream distributed builds:Holger Freyther1
INHERIT += " icecc " in your local.conf to use icecream for distributed builds. Once a toolchain is built we build a tar.gz out of it and it will automatically get distributed on the build farm. There are still problemes to be resolved but this class is good enough for now BKrev: 42b9db561cfYQxk9iw6rR1nFxOggQQ
2005-06-16Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/16 20:13:21+01:00 reciva.com!pb round up escaped Xprint bits 2005/06/16 19:59:03+01:00 reciva.com!pb Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/16 19:56:15+01:00 reciva.com!pb use $D, not ${D} 2005/06/16 20:52:57+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/16 20:52:32+02:00 mn-solutions.de!schurig some MNCI/RT3000 changes to base-files and mnci.conf 2005/06/16 20:51:32+02:00 mn-solutions.de!schurig classes/qpf.bbclass: allow font names like terminus-bold_240_75_t5.qpf 2005/06/15 12:44:41+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/15 12:44:17+02:00 mn-solutions.de!schurig more MNCI & RT3000 related changes BKrev: 42b1d599T2HX_lr1efBC_rS0YIhYBA
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/15 23:25:59+02:00 handhelds.org!zecke Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/ich/programming/oe/openembedded 2005/06/15 23:23:46+02:00 handhelds.org!zecke qmake 2.00a update: -Use the most recent version of qmake as found in Qt/X11 4rc1 -Update the oe-qmake.conf 2005/06/15 23:18:07+02:00 opfer.lan!dirk Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into wks-dirk.opfer.lan:/prj/zaurus/dev/openembedded 2005/06/15 23:16:28+02:00 opfer.lan!dirk TOSA: update touchscreen. autoload touchscreen and sound modules on startup 2005/06/15 21:58:37+01:00 rpsys.net!RP oprofile: update cvs version - some arm patches merged 2005/06/15 21:57:10+01:00 rpsys.net!RP rootfs_ipk: Make the shell script valid 2005/06/15 22:38:57+02:00 handhelds.org!zecke Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/ich/programming/oe/openembedded 2005/06/15 22:37:17+02:00 handhelds.org!zecke Qt4 uic/moc: -Use Qt/X11 4.0.0rc1 as the Embedded version is missing -Update patch and configuration options to 4.0.0rc1 and X11 BKrev: 42b0a03azEk5o8agXTo43EgKiE5_xg
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler2
into marsco.kalmiopsis:/home/nslu2/openembedded 2005/06/15 12:55:22+02:00 utwente.nl!koen sapwood_1.20-1.bb: extra install_append, courtesy Florian Boor osso-gnome-vfs2_2.8.4.4-1.bb: adjust depends, courtesy Florian Boor Many files: added, courtesy Florian Boor hildon-libs_0.9.6-2.bb: adjust staging, courtesy Florian Boor 2005/06/15 12:18:24+02:00 uni-frankfurt.de!mickeyl add mathomatic, a small, portable, general purpose CAS. Patch courtesy Simon Pickering 2005/06/15 11:58:18+02:00 utwente.nl!koen Many meamo files: source -> ., courtesy Florian Boor Add gconf-osso, part of the maemo.org suite, courtesy Florian Boor 2005/06/15 11:45:40+02:00 utwente.nl!koen base-files_3.0.14.bb: support nokia770, courtesy Florian Boor 2005/06/15 11:05:24+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/15 11:05:02+02:00 handhelds.org!CoreDump altboot: Add a timeout on boot and only show the menu when requested 2005/06/15 10:29:53+02:00 mn-solutions.de!schurig assorted MNCI / RT3000 changes 2005/06/15 10:27:59+02:00 mn-solutions.de!schurig classes/rootfs_ipk.bbclass: allows to keep the Packages file (my own python script to create Packages is way faster :-) 2005/06/14 22:59:08+01:00 reciva.com!pb use mkdir -p, not install -d 2005/06/14 22:02:28+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/14 22:02:15+02:00 utwente.nl!koen xmame_0.95.bb: remove UNNECESSARY and BOGUS qpe crap. Can we please stop committing such nonsonse? virtual/libsdl exists for a reason 2005/06/14 21:01:19+01:00 reciva.com!pb apply PARALLEL_INSTALL_MODULES patch from Erik Hovland 2005/06/14 20:55:08+01:00 reciva.com!pb update xmame to 0.95, courtesy Erik Hovland 2005/06/14 20:52:19+01:00 reciva.com!pb update handhelds-pxa kernel to hh40, courtesy Erik Hovland 2005/06/14 19:10:13+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/14 19:00:35+02:00 uni-frankfurt.de!mickeyl Add tslib config files for omap5912osk. Patch courtesy philip@balister.org 2005/06/14 18:59:02+02:00 uni-frankfurt.de!mickeyl Fix Typo in xerces-c. Patch courtesy philip@balister.org 2005/06/14 13:45:03+02:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into marcinj.local:/home/hrw/zaurus/oe/openembedded 2005/06/14 13:44:34+02:00 local!hrw updated kdepimpi to 2.1.5 2005/06/14 13:16:38+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/14 13:16:14+02:00 handhelds.org!CoreDump altboot: Update to latest version 2005/06/14 13:13:37+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/14 13:13:23+02:00 utwente.nl!koen Add tune-supersparc.conf for people who have v8 cpu's and want hardware integer multiply and divide. Makes ssh login approx. 30 times faster 2005/06/14 11:55:00+01:00 reciva.com!pb Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/14 11:52:01+01:00 reciva.com!pb eliminate spare copy of sun4cdm kernel preference 2005/06/14 12:43:33+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/14 12:43:12+02:00 mn-solutions.de!schurig renamed MACHINE 'ramses' to 'mnci' added new MACHINE 'rt3000' renamed DISTRO 'openmnci' to 'openmn', which now is for both MNCI and RT3000 2005/06/14 09:52:19+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/10 09:37:26+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/08 10:05:02+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/08 09:16:06+02:00 mn-solutions.de!schurig icewm: use sourceforge mirror BKrev: 42b037e5CrddHepCs3gW5YAsfOQ7ng
2005-06-13Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/13 12:25:57+02:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/src/build/unstable.wrt/openembedded 2005/06/13 12:25:31+02:00 (none)!br1 fixing wrt dependencies BKrev: 42ad628abN5RLmyYn_AZdKtzwVfY9A
2005-06-12Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/12 23:43:23+02:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/src/build/unstable.wrt/openembedded 2005/06/12 23:42:45+02:00 (none)!br1 fixing wrt-image.bbclass and wrt54.conf DEPENDS with funny python syntax BKrev: 42acb9c9k4Ubl1K4XdonutrYBFf7QQ
2005-06-12Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/12 23:35:14+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/12 22:51:57+02:00 (none)!br1 wrt cleanup 2005/06/12 22:49:31+02:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/src/build/unstable.wrt/openembedded 2005/06/12 22:02:49+02:00 (none)!br1 add squashfs-lzma patches for smaller wrt images 2005/06/12 17:25:32+02:00 (none)!br1 wrt updates: create squashfs and jffs2 images 2005/06/12 16:35:25+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/12 14:43:00+02:00 uni-frankfurt.de!mickeyl pygtk rdepends on python-shell BKrev: 42acabb9DYchxo1fFJnbe2sjmsq4GQ