Age | Commit message (Collapse) | Author | Files |
|
* 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.
|
|
While on it, the variable DEBPV has also been renamed to EXTENDPV since
it makes easier to others to read the code.
|
|
This patch:
* Moves the ABI variables into a new abi_version.conf (like Poky).
* Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside
sanity.bbclass and sanity.conf.
* Adds checks to sanity.bbclass so the user is notified when DISTRO_PR
changes in a similar way to the OELAYOUT_ABI versions.
|
|
|
|
Conflicts:
packages/busybox/busybox_1.11.3.bb
packages/dsplink/codec-engine_2.10.bb
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.8.bb
packages/glibc/glibc_2.2.5.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2.bb
packages/glibc/glibc_2.3.3+cvs20041128.bb
packages/glibc/glibc_2.3.3+cvs20050221.bb
packages/glibc/glibc_2.3.3+cvs20050420.bb
packages/glibc/glibc_2.3.3.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb
packages/glibc/glibc_2.3.6.bb
packages/glibc/glibc_2.4.bb
packages/glibc/glibc_2.5.bb
packages/glibc/glibc_2.6.1.bb
packages/glibc/glibc_2.7.bb
packages/kexecboot/linux-kexecboot_2.6.26.bb
packages/libsdl/libsdl-x11_1.2.11.bb
packages/linux/linux-rp_2.6.26.bb
packages/mozilla/fennec_hg.bb
packages/python/python_2.5.2.bb
packages/tasks/task-xfce-base.bb
packages/xorg-driver/xf86-video-omapfb_git.bb
packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
|
|
base.bbclass: Added base_package_name python function.
java-library.bbclass: Removed java_back_package_name function.
bitbake.conf: Set BP/BPN and use it in FILESPATH and S
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
fix bug4733
|
|
* remove trailing slash in KERNELORG_MIRROR definition
* add slash after KERNELORG_MIRROR in *.bb where needed
|
|
With binutils >= 2.17 we can use --hash-style=both and this will work
with all versions of glibc. glibc >= 2.5 can take advantage of the new hash
style and should give better application startup.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01
* python, perl, gtk and qt4-x11 build and work
* console-image, x11-image and beagleboard-demo-image build and work as well
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html
|
|
|
|
|
|
|
|
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
|
|
PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky)
|
|
|
|
dependency variables (from poky)
|
|
Richard Purdie
|
|
|
|
|
|
|
|
checkout dir.
|
|
|
|
ABI change.
This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
|
|
locales for armv6 cpu (from Poky)
|
|
for -dbg package.
This is important since these packages should always exist. If they don't, depchains functionality falls apart and its impossible to pull in all the dependencies to build X or debug Y. This check also causes a significant performance hit when parsing.
|
|
|
|
(from poky)
|
|
BUILDSDK flags (from poky)
|
|
DISTRO value.
* Some distros override DISTRO var to hack overrides right, etc. Yet, original
value may be needed sometimes. For example, bbimage expects DISTRO to be what
user set/passed it, not something else.
* TODO: After interim cleanup during preparation of this patch, it turns out
that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense
to instead get its OVERRIDES value right.
|
|
* Per RFC on the ML, as the means to use neutral, well-known format as
the default.
* Machines which have affinity towards jffs2, can add 'IMAGE_FSTYPES ?= "jffs2"'
to their configs. (Many known machines have been updated already).
|
|
* This is to allow easy building of packages using generic distros, e.g.:
DISTRO=generic-uclibc TARGET_ARCH=mipsel bitbake nano
|
|
* A COMBINED_FEATURE, machine and distro both must have it set for support
to appear in images.
* For now, deploy just kernel modules. Necessity of dosfstools requires
more thought (and unlikely - vfat cannot be rootfs, so there's nothing to
test/recover as emergency measure, and users can install the tools during
normal operation).
|
|
of extra compiler options in future (e.g. sysroot) (from poky)
|
|
* Don't bother to create bc-natibe though, just add it to global
ASSUME_PROVIDED list.
|
|
* According to http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-November/003493.html ,
ASSUME_PROVIDED in the bitbake.conf is the authoritative location of list
of package which expected to be installed on the host for OE to work properly.
Make the list more prominent and easy to maintain.
|
|
|
|
switch OOB layout for yaffs2 images (from Poky)
|
|
correctly (from Poky)
|
|
layout for now) (from Poky)
|
|
|
|
|
|
descriptions.
|
|
|
|
image generation.
Thanks LaForge
|
|
assignment and update generator code, set SRCREV to the old default insane-srcrevs.inc
|
|
|