Age | Commit message (Collapse) | Author | Files |
|
|
|
Run each test from within the PACKAGEFUNC, add a special
task for checking .la and .pc files from within staging.
|
|
Set PACKAGEFUNCS only once. Now if more than one bbclass inherits
package both additional functions will be executed. The new packagefuncs
will be appended to the list and the old ones will not be lost
|
|
The initial idea was to use the shell magic from ebuild,
but I do not plan this anymore and will do it using python.
This is why I'm removing the GPL license.
Add some more planned checks and assume they are already
implemented.
|
|
* Fix an issue with file:// urls in SRC_URI which reside in WORKDIR. With
this issue fixed, patches within tarballs can be successfully applied to
${S}.
|
|
make sure the Packages file exists
|
|
sh3 and sh4 use the sh architecture. Without this building add on
kernel modules (madwifi-ng for example) for sh3 or sh4 fails due to
the inability to determine the kernel arch to use.
|
|
need to remove the old Packages file when regenerating the Packages index. This gives a big speed improvement when regenerating images as it doesn't have to open every ipk for its metadata. (from poky)
|
|
that are stripped from binaries and the symbols are linked to the original binaries via the gnu-debuglink section.If the -dbg packages are installed, oprofile and gdb will use them for symbol lookup.
|
|
|
|
DISTRO configurations
override DISTRO before sanity.bbclass gets a chance to see it. By definition, in this case $RENAMED_DISTRO
needs to be present in distro/include/ though, so we have a second chance for the test to succeed.
|
|
broken firewalls
Thanks to the firewall fascists of A???? longer HTTP requests were lost in the corporate firewall. Avoid this situation by sending the data in smaller chunks.
|
|
|
|
before:
| Collected errors:
| ERROR: Cannot satisfy the following dependencies for gpe-task-base:
| + '[' -f /home/hrw/devel/build/3541/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']'
after:
| Collected errors:
| ERROR: Cannot satisfy the following dependencies for gpe-task-base:
| gpe-session-scripts
| --
taken from .oz354x
|
|
support a single value as IMAGE_DEVICE_TABLE which needed to be an absolute
value. If that is definied it'll be used as is and this change will have no
effect. If is is not definied it'll check for IMAGE_DEVICE_TABLES which can
be a list of device images tables which are searched for relative to the
BBPATH and it'll apply each one in turn. If neither of these are definied
it'll use the default of files/device_table-minimal.txt
|
|
|
|
|
|
|
|
|
|
|
|
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...
|
|
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.
|
|
|
|
/lib/modules directory exists and to run depmod. This removes modprobe errors when no kernel modules are installed.
|
|
multimachine accordingly). Add code to find packages with machine specific subpackages and build these in a multimachine compatible way.
|
|
Reported by Richard, fixing the indention level
of this class.
|
|
Add CTAN mirror. A German/Berlin, Japan and an
Australian one.
|
|
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details.
|
|
(import bb.manifest)
|
|
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.
|
|
|
|
Add two european and one north american mirror
for gnupg.
|
|
|
|
|
|
- SRC_URI = "file//something.patch;patch=1;mindate=20050312;maxdate=20060302
means that patch should be applied if SRCDATE > 20050312 and SRCDATE < 20060302
|
|
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.
|
|
|
|
get the position of the MT directory
|
|
* it isn't a mandatory var, but very usefull for debugging user problems
|
|
qt4x11.bbclass: add DEPENDS on qt4
|
|
- attach 'g' to the s/${WORKDIR}/${STAGING_LIBDIR}/ sed rule
to fix up multiple references to yet unstaged .la files
|
|
|
|
and c973ff55ff1f4aa31763966c5b65965b1da3e903
|
|
|
|
Save a magic cookie in the OE version of bitbake.conf
classes/sanity.bbclass:
Check the OE cookie for bitbake.conf
|
|
and c1af7d38a30e0ddecb5419ddff4da1059d587a73
|
|
Use the PACKAGE_DEPENDS hack to avoid circular
dependencies for pax-utils-native
|
|
inherit package.bbclass instead of the nonexistant packages one
|
|
|
|
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581)
|