Commit Graph

305 Commits

Author SHA1 Message Date
Khem Raj
0e503fdabb angstrom: Leverage oe-core configurations when possible
tclibc-* files also get included via bibake.conf so we dont need to
include them here and it also means that we dont append to OVERRIDES n
number of times the inclusions happen

${TCLIBC}.inc files are really unused so delete them and move
interesting content from uclibc.inc to angstrom-uclibc.inc

Set SOC_FAMILY to be empty if not set. Setting it to 'Unknown'
adds Unknown to OVERRIDES which we should avoid.

Adjust MACHINEOVERRIDES to account for empty SOC_FAMILY

No need to pin webkit-gtk and cairo to armv4t it works fine
without it.

thumb-interwork is already available in OVERRIDES via
tune features from OE core so we dont add it to DISTRO_FEATURES

arm-thumb.inc is unused, delete it whatever it provided is
already available through tune features

No need to set THUMB_INTERWORK, machine confs know it better now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-27 14:10:14 +01:00
Koen Kooi
38bf6aeab9 angstrom: whitelist commercial licenses
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25 14:12:47 +01:00
Koen Kooi
b2d5ff5571 angstrom: whitelist mpeg2dec
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24 14:06:44 +01:00
Andreas Müller
e1a39ca482 base-files: do not recreate /var/run since angstrom uses own fs_perms nowadays
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
2012-01-23 09:42:01 +01:00
Koen Kooi
e68325efff angstrom ipk: don't hardcode feed-config recipe name
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 18:10:34 +01:00
Koen Kooi
79c99858b0 hardware-bringup-image: base on systemd-image
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 18:09:32 +01:00
Koen Kooi
d4a32916ca systemd-image: include DISTRO_UPDATE_ALTERNATIVES manually
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 13:32:52 +01:00
Koen Kooi
75a7c9c989 angstrom ipk: only set u-a provider once
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 13:30:32 +01:00
Koen Kooi
5644397ba4 angstrom ipk: u-a-cworth is the current provider, don't change it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 12:30:01 +01:00
Koen Kooi
e7f5437075 angstrom ipk: fix u-a entries
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 12:16:48 +01:00
Koen Kooi
020b7341ac angstrom: move u-a selector into packageformat include
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 12:03:31 +01:00
Koen Kooi
f798889d24 angstrom: silence warning about opkg-collateral
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:43:42 +01:00
Koen Kooi
67b74456b7 angstrom-feed-configs: get rid of opkg-collateral
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:20:46 +01:00
Koen Kooi
d6bf606dbe angstrom: only select package format from distro configs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:06:49 +01:00
Koen Kooi
14097a9406 tasks: package manager selection has moved to images, drop from tasks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:04:55 +01:00
Koen Kooi
440f5d56ee images: switch to ROOTFS_PKGMANAGE for dragging in package managers
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:04:55 +01:00
Koen Kooi
ecd96b5a48 angstrom: set ROOTFS_PKGMANAGE for opkg and rpm package formats
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:04:54 +01:00
Koen Kooi
3529d8f44d zypper: add bbappend for angtrom repo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-16 11:04:54 +01:00
Koen Kooi
a32f8431d3 angstrom: prefer QT 4.8.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15 10:14:48 +01:00
Koen Kooi
fd74b164ba angstrom: prefer libjpeg-turbo over jpeg
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-14 12:57:23 +01:00
Koen Kooi
65460a1f65 angstrom-feed-sorter: sync with feedserver
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-12 16:53:22 +01:00
Koen Kooi
219e221c96 efl-nodm-image: adjust to update xserver-nodm-init in meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09 10:32:46 +01:00
Khem Raj
9d06c78ee2 angstrom-2010.x.conf, angstrom-bleeding.conf: Define ANGSTROM_EGLIBC_VERSION ANGSTROM_GLIBC_VERSION ANGSTROM_UCLIBC_VERSION
Like gcc and binutils consolidate different PREFERRED_VERSIONS
which use eglibc/glibc/glibc

Bump eglibc to 2.15 for angstrom bleeding

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-06 09:35:11 +01:00
Koen Kooi
f0f99ea3cd angstrom-task-gnome*: drop connman-plugin-ntpd, it's not being built anymore
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-15 10:11:07 +01:00
Koen Kooi
f6a7e8655e e-wm-config-angstrom: fix LICENSE to match upstream
exquisite-theme-angstrom: ditto

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-12 11:59:07 +01:00
Koen Kooi
76ec1dd04f angstrom: drop pulseaudio pinning
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-07 17:25:51 +01:00
Khem Raj
f963d82700 angstrom-mirrors: Use angstrom source mirror as last resort
Currently we append to PREMIRRORS which makes it
the preferred choice to look for source tars and angstrom mirror
is throttled and gives 5Kbps download speed here

This patch makes it append to MIRRORS which means
it will be used as fall back if the sources are
not found at original SRC_URIs in recipes

If it is something acceptable please apply

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06 08:21:57 +01:00
Khem Raj
86ef6a6180 ] angstrom-bleeding: Pin binutils version to 2.22
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06 08:21:47 +01:00
Koen Kooi
86aeefa213 angstrom-core-tweaks: weakly assign PRINC to zero
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-05 10:26:55 +01:00
Koen Kooi
59fdea1633 angstrom-2010-preferred-versions: update versions to match OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-02 09:42:14 +01:00
Koen Kooi
ea27e3b3ec angstrom: drop glib pinning
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 17:53:36 +01:00
Koen Kooi
aa3afbb757 angstrom jalimo: update to latest meta-java
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:07:39 +01:00
Philip Balister
bc72e71ccf angstrom-2010-preferred-versions.inc : Stop pinning python-cairo.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-22 08:42:47 +01:00
Bernhard Guillon
f9679a34fc angstrom-version.bb: fix LexToken(TOKEN, 'nobranch', 0, 0) error
Strip braces from git revision string e.g. from (no branch)
to not confuse the tokenizing. Without the following error
occures on a detached (no branch) git branch :

  File "sources/bitbake/lib/bb/pysh/pyshyacc.py", line 646, in p_error(p=LexToken(TOKEN,'nobranch',0,0)):
             w('  %r\n' % n)
    >    raise sherrors.ShellSyntaxError(''.join(msg))

ShellSyntaxError: LexToken(TOKEN,'nobranch',0,0)
followed by:
  LexToken(RPARENS,')',0,0)
  LexToken(TOKEN,':5260401eb0cfe37a7358296866b4b43a167817ff"\nmeta              = "',0,0)
  LexToken(LPARENS,'(',0,0)
  LexToken(TOKEN,'nobranch',0,0)
  LexToken(RPARENS,')',0,0)

Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14 12:29:19 +01:00
Koen Kooi
e003be8cba timestap-service: /etc/timestamp support for systemd
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 15:34:20 +01:00
Koen Kooi
fcc61ee9da angstrom: prefer udev 175
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 09:40:53 +01:00
Koen Kooi
f0a4e9255d angstrom-led-config: rename to led-config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-05 09:11:38 +01:00
Koen Kooi
e779e7665c angstrom: drop lighttpd pinning, only one version in oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-03 17:16:50 +01:00
Koen Kooi
8456816a45 README: update to match setup-scripts changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 15:07:46 +01:00
Koen Kooi
12d8d078df angstrom move to 3.1.x for linux-libc-headers
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02 08:29:45 +01:00
Koen Kooi
5e444a6ba5 angstrom core tweaks: whitelist SOC_FAMILY for shared state dependency tracking in MACHINEOVERRIDES
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 12:06:27 +01:00
Koen Kooi
ec8c9d04ec angstrom-uboot-scripts: adjust for oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 11:29:41 +01:00
Koen Kooi
c17925b547 angstrom: drop preferred version settings for perl, there's only one version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 16:55:31 +02:00
Koen Kooi
23199c2b7d images: don't include speed hacks anymore
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 14:26:51 +02:00
Khem Raj
14f73c6340 angstrom-2010.x: Suffix binutils-cross-canadian with TRANSLATED_TARGET_ARCH
Thats what PN is set to in binutils-cross-canadian recipes
so we should use that for locking PREFERRED_VERSION

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 09:17:35 +02:00
Khem Raj
8da014ac3a angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 09:09:51 +02:00
Denys Dmytriyenko
3dc02ecc7e preferred-versions: update tiff version to 3.9.5 to match oe-core
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 08:23:07 +02:00
Denys Dmytriyenko
a4114a7f15 preferred-versions: update mesa version to 7.11 to match oe-core
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 08:23:07 +02:00
Koen Kooi
36a550b314 update-rc.d 0.7: don't let update-rc.d start initscripts when systemd is present
This should cleanup the error messages shown at first boot a lot

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 13:47:58 +02:00
Koen Kooi
593dab843d base-files: create /run
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17 19:26:33 +02:00