Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-06-05 | classes/kernel.bbclass: also stage include/media | Koen Kooi | 1 | |
2006-06-05 | mtnpatch: replace split with regex | Justin Patrin | 1 | |
2006-05-31 | bootimg.bbclass - This creates a bootable image using syslinux, your kernel ↵ | Raymond Danks | 2 | |
and an optional initrd syslinux.bbclass - This creates a configuration file suitable for use with syslinux. db1200.conf geodelx.conf - add db1200 and geodelx machine configurations. Forgot the mt-add on these in the last attempt... | ||||
2006-05-31 | classes | Raymond Danks | 2 | |
bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd kernel.bbclass - drivers/crypto and include/acpi are needed by some pkgconfig.bbclass - searching for .pc files syslinux.bbclass - This creates a configuration file suitable for use with syslinux. site mipsel-linux, i486-linux, i686-linux, x86_64-linux updates for: gcc, lmbench, X11R7.0, sudo, audacity conf add db1200 and geodelx machine configurations. | ||||
2006-05-31 | base.bbclass: Fix COMPATIBLE_MACHINE to cope when MACHINE isn't set | Richard Purdie | 1 | |
2006-05-30 | kernel.bbclass: Add a postinstall for kernel-image to make sure the corrrect ↵ | Richard Purdie | 1 | |
/lib/modules directory exists and to run depmod. This removes modprobe errors when no kernel modules are installed. | ||||
2006-05-28 | multimachine: Change from an include to a .bblass (and update distros using ↵ | Richard Purdie | 1 | |
multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way. | ||||
2006-05-27 | class/tinderclient.bbclass: Change the tabs again | Holger Freyther | 1 | |
Reported by Richard, fixing the indention level of this class. | ||||
2006-05-27 | openembedded/classes/base.bbclass: Add CTAN mirror | Holger Freyther | 1 | |
Add CTAN mirror. A German/Berlin, Japan and an Australian one. | ||||
2006-05-27 | Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵ | Richard Purdie | 1 | |
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details. | ||||
2006-05-27 | base.bbclass: Move manifest code into manifest.bbclass and fix a bug in it ↵ | Richard Purdie | 2 | |
(import bb.manifest) | ||||
2006-05-26 | classes/tinderclient.bbclass: Retry sending, Clean package when failing | Holger Freyther | 1 | |
Retry to connect the tinderbox a couple of times. This is needed on machines behind broken routers. When a package is broken (PackageFailed/TaskFailed) we will clean the package so we can retry the next time. | ||||
2006-05-25 | sanity.bbclass: improve error message, check for cvs and svn | Michael Lauer | 1 | |
2006-05-24 | classes/base.bbclass: Add GnuPG mirror | Holger Freyther | 1 | |
Add two european and one north american mirror for gnupg. | ||||
2006-05-21 | sanity.bbclass: make it work even when distutils is not available | Michael Lauer | 1 | |
2006-05-21 | base.bbclass: fix all patches being classified as "outdated" when SRCDATE > DATE | Michael Lauer | 1 | |
2006-05-20 | base.bbclass: add support for 'min/max' date for patches | Marcin Juszkiewicz | 1 | |
- SRC_URI = "file//something.patch;patch=1;mindate=20050312;maxdate=20060302 means that patch should be applied if SRCDATE > 20050312 and SRCDATE < 20060302 | ||||
2006-05-13 | classes/native.bbclass: | Holger Freyther | 1 | |
Change the CC, CXX, CPP... variables back to gcc. Someone could have changed them in the bitbake.conf to use a specific version of any of these tools. e.g. when using a provided toolchain instead of compiling one with OpenEmbedded. | ||||
2006-05-09 | base.bbclass: remove bogus debug out. thanks koen for spotting. | Michael Lauer | 1 | |
2006-05-09 | base.bbclass: fix showing MT revision by using rindex instead of index to ↵ | Michael Lauer | 1 | |
get the position of the MT directory | ||||
2006-05-08 | base.bbclass: add DISTRO_VERSION to the summary | Koen Kooi | 1 | |
* it isn't a mandatory var, but very usefull for debugging user problems | ||||
2006-05-06 | qt3x11.bbclass: add DEPENDS on qt3 | Michael Lauer | 2 | |
qt4x11.bbclass: add DEPENDS on qt4 | ||||
2006-05-04 | base.bbclass: fix .la file fixup rule in oe_libinstall | Philipp Zabel | 1 | |
- attach 'g' to the s/${WORKDIR}/${STAGING_LIBDIR}/ sed rule to fix up multiple references to yet unstaged .la files | ||||
2006-05-02 | sip(4).bbclass: fix appending/prepending dependencies | Michael Lauer | 2 | |
2006-05-01 | merge of 35ce256593987e71d7c04247837a04f2dfaea425 | Michael Lauer | 2 | |
and c973ff55ff1f4aa31763966c5b65965b1da3e903 | ||||
2006-05-01 | add PyQt4, the Python Bindings for Qt4/X11 | Michael Lauer | 1 | |
2006-04-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf | ||||
2006-04-30 | merge of 206b62d33d8fadd9502205340feea3a4daeadab2 | Holger Freyther | 2 | |
and c1af7d38a30e0ddecb5419ddff4da1059d587a73 | ||||
2006-04-30 | classes/insane.bbclass: | Holger Freyther | 1 | |
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native | ||||
2006-04-29 | classes/insane.bbclass: | Holger Freyther | 1 | |
inherit package.bbclass instead of the nonexistant packages one | ||||
2006-04-29 | package.bbclass: Add sanity check for duplicates in PACKAGES (bug 674) | Richard Purdie | 1 | |
2006-04-29 | Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵ | Richard Purdie | 1 | |
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581) | ||||
2006-04-28 | srec.bbclass: add nostamp=1, closes #78 | Koen Kooi | 1 | |
2006-04-25 | repair fatal damage introduced by florian's changeset | Michael Lauer | 1 | |
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=f230ea166fd00577cf73bcb2cb81ab9767e16d4c how could that happen??? | ||||
2006-04-25 | merge of 40e0d43922ade23991fd310c42765e18cb590337 | Florian Boor | 1 | |
and 58d737a9422a93415e99e0ad16e64549264b4bb2 | ||||
2006-04-25 | palmtop.bbclass: add a special case for sharprom compatible distros -- gcc ↵ | Michael Lauer | 1 | |
2.95 has no idea about libsupc++ | ||||
2006-04-24 | base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file is | Richard Purdie | 1 | |
compatible with. Update documentation.conf accordingly. | ||||
2006-04-24 | sdl.bbclass: set SECTION properly | Michael Lauer | 1 | |
2006-04-24 | sdl.bbclass: fix names | Michael Lauer | 1 | |
2006-04-23 | sanity.bbclass: fixed typo in error message (utilits -> utility) | Frans Meulenbroeks | 1 | |
2006-04-23 | palmtop.bbclass: say CONFIG-=thread if we don't build against a multithreaded qt | Michael Lauer | 1 | |
2006-04-22 | opie.bbclass: leave one space at the end of EXTRA_* | Michael Lauer | 1 | |
2006-04-22 | libqpe/libopie: don't override EXTRA_QMAKEVARS_POST|PRE given in class | Michael Lauer | 2 | |
2006-04-23 | palmtop.bbclass: yet another typo | Michael Lauer | 1 | |
2006-04-22 | palmtop.bbclass: document what this class does and automatically set up ↵ | Michael Lauer | 1 | |
CONFIG=thread, if PALMTOP_USE_MULTITHREADED_QT is set to yes | ||||
2006-04-22 | qmake.bbclass: show the used qmake version if we bail out | Michael Lauer | 1 | |
2006-04-22 | sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaults | Michael Lauer | 1 | |
2006-04-22 | palmtop.bbclass: virtual/libqpe -> virtual/libqpe1 | Michael Lauer | 1 | |
2006-04-22 | sdl.bbclass: remove bogus stuff that was present before | Michael Lauer | 1 | |
first shot at an sdl class to remove the need for seperate SDL-x11 and SDL-opie bbfiles. For now, it adds an extra package ${PN}-opie that RDEPENDS on ${PN} and adds the necessary opie .desktop glue | ||||
2006-04-17 | qmake class, qmake-native: for qt4, we store mkspecs below $QTDIR | Michael Lauer | 1 | |