Age | Commit message (Collapse) | Author | Files |
|
|
|
patches courtesy Martin Dietze <dietze@4g-systems.com>
Martin: I'm not sure whether you really need a dedicated class for nylon image,
you may want to think about that. the patch against the mtx-1 machine configuration
didn't apply, please handle this on your own after you got commit access.
|
|
|
|
|
|
IGNORE_STRIP_ERRORS
|
|
- package.bbclass now uses file-native and cross strip to reliably strip
unstripped executables and check the return code. For the moment a
failure here doesn't cause the build to fail but does output a failure
message direct to the controlling terminal (this is temporary). This
behaviour can be changed by forcing IGNORE_STRIP_ERRORS = ""
The change works by using a new runstrip shell function for every
potentially strippable file. Since this calls native 'file' there is
a dependency on all inheritors of package.bbclass for file-native and
since this would break native builds (because of the cycle in
file-native and it's own native depends) native.bbclass cancels this
dependency (system file should be fine for native packages and, anyway
native currently doesn't package.)
|
|
|
|
failure.
|
|
|
|
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options
in machine.conf. The default for the kernel is "" (empty), although
it should probably be TARGET_CC_ARCH in the future. The default for
modules is TARGET_CC_ARCH
|
|
IGNORE_STRIP_ERRORS to get the old behaviour back. Part of a fix for hh.org Bug #1469
|
|
to access GPIO registers. make sure to bump PR on all affected .bbs. thanks to Phil for spotting.
|
|
doesn't exist for the unslung 2.4 kernel).
|
|
and f1adf0c8840c57a416d7da7085aa694f11be4c5c
|
|
all RDEPENDS
|
|
|
|
changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier.
|
|
enable builds for now. To be removed when proper RDEPENDS -> PKG_ is possible.
|
|
DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
|
|
|
|
|
|
PACKAGE_ARCH= to .
|
|
it by default for familiar/openzaurus
|
|
bitbake updates
|
|
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
|
|
28f020502e7dcf566733f474864c62156895baec, 7de90a055904c4af8890dd5ae8c192bfd41b3fa1
|
|
|
|
- ln -sf asm-<arch> .../include/asm works fine first time, but
- second time round it creates a link in asm to asm-<arch>
- called asm-<arch>, this breaks the klibc build
|
|
|
|
|
|
oe_libinstall and install aclocal macros, too
|
|
|
|
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
|
|
- when using oe_libinstall to install a libtool library (.la file
- present) into the staging directory (${STAGING_LIBDIR}) fix up the
- installed .lai file so that it contains 'installed=no' - this
- prevents libtool from subsequently using a copy of the build system
- library if it exists in the final (target) installation directory
- on the build machine (typically /usr/lib). Remove the patches from
- pcre_4.4.bb to match (it now seems to work without them), add
- cherokee to the openslug (etc) build (it was failing because of this
- problem.)
|
|
Lenehan
- this close #456
|
|
- remove old kernel versions
- remove openslug-kernel
- move patches from openslug-kernel
- fix kernel UTS_RELEASE handling (requires change in kernel.bbclass)
- fix nslu2-kernel MM build
- move to 2.6.14.1 (important security fix)
|
|
by katossi.
|
|
|
|
|
|
- This is not likely to affect anyone except 64-bit linux users who have multiple files files
-- This definately affects Gentoo linux on amd64. It has a stub header which includes a 386 or x86_64 depending on defines. However, since OE normally compiles for non-x86 this header actually includes nothing and stops the compile altogether due to missing typedefs and prototypes.
|
|
- added "autom4te.cache" to default EXCLUDE_FROM to not have configure tests in resulted diff
- changed order of tar arguments to get it working with GNU tar 1.15.1
|
|
different glob to find
|
|
NOTE: might be uncomplete, but may serve as a starting point for someone interested in ruby ;)
|
|
|
|
include files and libraries for packages that obey DESTDIR. This can be used to
remove a lot of duplicated metadata in do_stage() of packages that inherit autotools.
Note that you need to call autotools_stage_all manually in do_stage. It may be
added to do_stage() eventually, but for now we want to do the transition step-by-step.
Feel free to convert do_stage of autotools packages to using autotools_stage_all.
|
|
is needed for the nokia770 which won't boot with /sbin/init as a symbolic link (and I'm told other machines have this problem).
|
|
update our descriptions to work with any version of cp. Patches that include
cp -a are not changed. They seem to work and I'm too scared busybox cp
is more like GNU cp than BSD cp. (e.g do not know about P)
|
|
|
|
|
|
valid MT repository) in OE Build Configuration
|