Commit Graph

631 Commits

Author SHA1 Message Date
Andreas Müller
4b30affa0e angstrom-packagegroup-sectest: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:11:29 +01:00
Andreas Müller
3c503eef73 angstrom-packagegroup-printing: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:11:02 +01:00
Andreas Müller
fbf64eff72 angstrom-packagegroup-office: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:10:32 +01:00
Andreas Müller
47d2f822c3 angstrom-ohand-packagegroup-pim: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:09:46 +01:00
Andreas Müller
546e8cab4b angstrom-libc-fixup-hack: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:09:04 +01:00
Andreas Müller
219af6ecc2 angstrom-gpe-task-pim: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:08:33 +01:00
Andreas Müller
69ccdfe3c5 angstrom-gpe-task-game: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:07:49 +01:00
Andreas Müller
e336c735e7 angstrom-gpe-task-base: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:07:13 +01:00
Andreas Müller
aaa13a4ec4 angstrom-gpe-packagegroup-settings: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:06:03 +01:00
Andreas Müller
9c5a2cf15d angstrom-gpe-packagegroup-apps: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:03:25 +01:00
Andreas Müller
28fe6d770e angstrom-feed-configs: update oe-core's LICENSE checksum
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-01-06 13:02:10 +01:00
Andreas Müller
29617f06a1 connman: follow oe-core to 1.20
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-12-15 11:22:12 -08:00
Khem Raj
9f41167598 Fix splash for angstrom-next
Although psplash does not work with systemd but it does with
sysvinit so fix it up.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-12-08 11:22:36 -08:00
Khem Raj
eec2dbf5d6 Define common mirrors not in OE-Core anymore
This is resting place for recipe angstrom uses
but the common URLs as were defined in bitbake.conf
are now gone after commit

commit 3b333896c71689c664475d53daed52404bf6b21b
Author: Phil Blundell <pb@pbcl.net>
Date:   Thu Nov 14 18:15:46 2013 +0000

    bitbake.conf: Remove obsolete/unused MIRROR cruft

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-11-21 07:24:28 -08:00
Khem Raj
9bdd26a5ac systemd: Match bbappend to OE-Core recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-11-20 18:45:42 -08:00
Khem Raj
eab4d56600 arm-defaults.inc: Tweak DEFAULTTUNE with anonymous pything instead of overrides
This will avoid making entries for every machine on earch that is based
on armv7a and would like to use angstrom and its feeds, secondly it
makes it unified baseline for all armv7a machines and not divide it
with cortex-A8, cortex-A9 and so on
Above all brings sanity

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-11-10 18:30:58 -08:00
Khem Raj
bb593abc36 angstrom-next: Pin qemu to 1.6.1 now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-11-06 21:29:40 -08:00
Khem Raj
64c9c49484 connman: match bbappend with OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-11-02 13:57:15 -07:00
Andreas Müller
80cae8d036 angstrom.inc: set dummy default MACHINE_KERNEL_PR to "r0"
machines not using MACHINE_KERNEL_PR would fail for recipes appending letters
(meta-ti) with:

ERROR: Unable to analyse format of PR variable: b#############                                                                                                      | ETA:  00:00:40
ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)
     0002:__anon_975__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_insane_bbclass(d)
     0003:__anon_235__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)
     0004:__anon_20__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)
     0005:__anon_45__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_blacklist_bbclass(d)
File: '__anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass', lineno: 80, function: __anon_629__home_a_mueller_oe_core_sources_openembedded_core_meta_classes_base_bbclass
     0076:        pr_prefix = re.search("\D+",pr)
     0077:        prval = re.search("\d+",pr)
     0078:        if pr_prefix is None or prval is None:
     0079:            bb.error("Unable to analyse format of PR variable: %s" % pr)
 *** 0080:        nval = int(prval.group(0)) + int(princ)
     0081:        pr = pr_prefix.group(0) + str(nval) + pr[prval.end():]
     0082:        d.setVar('PR', pr)
     0083:
     0084:    pn = d.getVar('PN', True)
Exception: AttributeError: 'NoneType' object has no attribute 'group'

ERROR: Failed to parse recipe: /home/a.mueller/oe-core/sources/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-21 13:40:29 +02:00
Khem Raj
6ed7c7eac8 angstrom: Override OE-Core for virtual/libgl PREFERRED_PROVIDER
Weaker define means OE-Core definition takes over and it results
in conflicts

ERROR: Multiple .bb files are due to be built which each provide
virtual/libgl
(/home/kraj/work/angstrom/sources/openembedded-core/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb
/home/kraj/work/angstrom/sources/openembedded-core/meta/recipes-graphics/mesa/mesa_9.1.6.bb).
 This usually means one provides something the other doesn't and should.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-10-17 19:18:13 -07:00
Khem Raj
a0cb201705 Revert "packagegroup-gnome: add gnome-applets"
There is no gnome-appets recipes in meta-gnome

This reverts commit 0c3f8cfbaf.
2013-10-17 19:12:31 -07:00
Koen Kooi
ad9e6f5a6c connman: update bbappend to 1.18 to match oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-15 10:22:04 +02:00
Koen Kooi
69358d3e40 angstrom next: add openssh-ssh client to default install
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 13:00:19 +02:00
Koen Kooi
8d0cd8d80c README: add branching checklist
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 10:00:15 +02:00
Koen Kooi
bbd660ae69 arm-defaults: fix panda default tune
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:57 +02:00
Koen Kooi
c4269d5102 arm-defaults: switch pandaboard to cortexa8hf as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:57 +02:00
Andreas Müller
fb53bd18bd set mesa-gl as default provider for virtual/libgl
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:57 +02:00
Andreas Müller
562ddcf7e2 angstrom.inc: add opengl to DISTRO_FEATURES for all machines
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
db8ff2f564 angstrom v2013.12: prefer openssh-sshd as ssh daemon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
b64b93e129 cpufreq-tweaks: tweak cpufreq governor after boot
Defaults to 'ondemand' governor after 10 minutes

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
66b865d681 connman: match bbappend to updated oe-core version (1.17)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
7eafd7fac3 systemd: add bbappend to install a custom journald.conf
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
fbf99531d4 GNOME2 updates: drop gconf-sanity, replace xfce4-terminal with gnome-terminal
And add more apps: gimp, gnumeric

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
fd00ec35c0 packagegroup-gnome: add gnome-common-schemas
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Conflicts:
	recipes-angstrom/packagegroups/packagegroup-gnome.bb
2013-10-14 09:56:56 +02:00
Koen Kooi
0c3f8cfbaf packagegroup-gnome: add gnome-applets
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
2c55c1aed4 systemd-image: include cpufreq-tweaks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Conflicts:
	recipes-images/angstrom/systemd-image.bb
2013-10-14 09:56:56 +02:00
Koen Kooi
295765f2e4 gconf-sanity: update to match new libexec layout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
8b3c056a14 systemd-image: drag in fixmac by default
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:56 +02:00
Koen Kooi
6f969d30ca connman: add bbappend for network settings
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
b267cceb7d gconf-sanity: allow empty ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
5c102c2954 angstrom-gdm-autologin-hack: add SUMMARY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
df731e21fe libgnome: move Yocto Compatible logo up a bit in the Angstrom wallpaper
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
d4ff7b620d libgnome: update wallpaper to include yocto compatible logo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Conflicts:
	recipes-tweaks/libgnome/libgnome/background-default.jpg
2013-10-14 09:56:55 +02:00
Koen Kooi
50a6132317 angstrom-version: more lsb_release improvements
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
ab6eee189b angstrom-version: enhance lsb_release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
d6e75abdeb images: add connman-angstrom-settings to connman based images
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Conflicts:
	recipes-images/angstrom/systemd-image.bb
2013-10-14 09:56:55 +02:00
Koen Kooi
c6b6f804f9 connman: add angstrom specific settings
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
bc37c2ad11 fixmac: a udev rule to generate a random MAC address when needed for eth* devices
This replaces 'genmac' which only works when using 'ifupdown' as networkmanager.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
8f08121266 development-gnome-image: add more filesystem tools
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00
Koen Kooi
4974e2a913 development-gnome-image: fix vimrc typo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:55 +02:00