Age | Commit message (Collapse) | Author | Files |
|
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have
specific requirements for kernel versions, if that are not satisfied (e)glibc
reconfigures itself with what it think more appropriate and warns user that
there is misconfiguration on his side.
Add minimal sane kernel versions for architectures requiring that.
Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to
(e)glibc.inc files that are more appropriate for this.
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
distro configs are included
|
|
|
|
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f.
It was pushed by mistake, sorry.
|
|
into org.openembedded.dev
|
|
By default MACHINE_KERNEL_PR defaults to 'r0' which makes build of
kernel for machines which not use MACHINE_KERNEL_PR harder
(kernel.bbclass uses M_K_P instead of PR).
|
|
Parallel build of gzip'd images is broken now because of the way
${DEPLOY_DIR_IMAGE}/tmp.gz dir is removed-created-removed for every image.
Fix it by 'installing' the dir and let it stay in place.
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Allows parallel build for different images.
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Make ext2.gz and ext3.gz images use ROOTFS_SIZE parameter for genext2s (as
non-compressed ext2 and ext3 does).
This allows to use IMAGE_EXTRA_SPACE configuration.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because
the shared libraries in ${base_libdir} do not follow the usual *.so.* naming
convention, for instance libproc-3.2.7.so.
|
|
support datadir/pkgconfig...
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-April/009963.html
|
|
* define SOLIBS and SOLIBSDEV for darwin9 (identical to darwin8)
* make use of SOLIBS and SOLIBSDEV to populate FILE_* instead of hardcoded .so.* and .so
|
|
Added code which takes a list of directories in COLLECTIONS, in priority
order (highest to lowest), and uses those to populate BBFILES,
BBFILE_COLLECTIONS, BBFILE_PATTERN_*, and BBFILE_PRIORITY_*.
The default COLLECTIONS is based on BBPATH, so you can now specify a sane
BBPATH, not bother setting up the collections variables or BBFILES, and
still likely be able to do a build.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
* bandaid till we have a better way to track ABI changes
|
|
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
RESUMECOMMAND_wget
|
|
This is a workaround. The cvs and wget fetchers should be modified to use
the runfetchcmd method, which lets certain metadata variables through when
executing the fetch commands.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
here.
Now a distro or machine can add their own variables to display.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Rework FILESPATH generation to be done in bitbake.conf, avoiding the
confusion about it being in multiple places. Adds FILESPATHBASE and
FILESPATHPKG which can be manipulated rather than manipulating FILESPATH
directly.
One usage possibility:
FILESPATHBASE =. "${TOPDIR}/files:"
Which would let me provide a custom busybox config for this build by
copying the defconfig from the openembedded metadata into my
build/files/busybox-1.0/ directory, for example.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
|
|
|
|
from https
|
|
this fixes programs using g_get_system_data_dirs() picking up paths
outside our safe and cozy environment. NOTE: _If_ this breaks some
packages that were previously working, then we are missing something
in do_stage of our native packages and we'd rather see it bailing out
than silently pick up the wrong files. Think 'fail-fast' for glib.
|
|
git://projetos.ossystems.com.br/git/users/otavio/org.openembedded.dev into org.openembedded.dev
* 'master' of git://projetos.ossystems.com.br/git/users/otavio/org.openembedded.dev:
flash-plugin: add 10.0.12.36
sun-jre6: add 1.6.0.10
parted: drop versions up to 1.8.8
package.bbclass, package_ipk.bbclass: add dynamic depends on locale packages (ipk specific)
cups: add 1.3.8.
rt61-firmware: add 1.2
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
the ubi volume
|
|
We add MKUBIFS_ARGS and UBINIZE_ARGS variables (per flash chip) to take
care of creating ubifs images and a single image ubi volume.
|
|
is set * we want to error out on non-matching sums, missing ones are less bad
* People can now set OE_STRICT_CHECKSUMS = "" in local.conf to make a missing checksum a warning, but checksum errors are still fatal, as it should
|
|
|
|
This includes SDK_{ARCH,OS,VENDOR,SYS,PREFIX,CC_ARCH,EXEEXT}, STAGING_DIR_SDK,
and SDK_{CPP,C,CXX,LD}FLAGS. This is required for actually building a
canadian SDK.
|
|
conflict on checksums.ini
|
|
|
|
released
To ensure all users are notified about it, we bump the minimal bitbake
version to 1.8.12 to avoid problems for them.
|
|
IMAGE_ROOTFS_SIZE
|
|
During my work for OpenedHand I wrote one usefull thing which we used for
ext2/ext3 images - autosizing.
In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount
of kilobytes to it and gives that size to genext2fs.
|
|
BUILD/TARGET/HOST
This isn't a big deal until we introduce the rest of the SDK variables for
doing Canadian builds.
|
|
|
|
handle other architectures
|
|
|
|
(favourlzo) is better
|
|
step is missing
|
|
|
|
handle other architectures
|
|
|
|
* fixes build of packages compiled with higher optimization than base system
* actually fixes references to sdl-config in mplayer while compiling for iwmmxt
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006808.html
|
|
Adopt the notion of gstreamer and allow to easily not build certain
ugly packages. People are constraints to not live on a bluemchen
wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly
packages removed.
This is implemented by a set of packages in the BBMASK (as a safety
net) and by using base conditional to onl conditonally add ugly
packages.
|