Commit Graph

467 Commits

Author SHA1 Message Date
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
Koen Kooi
47d4dc8f99 development-gnome-image: add more tools
rsync, vim, python and more

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:54 +02:00
Koen Kooi
d6bfb49679 development-gnome-image: a GNOME2 image with dev tools installed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
9aadf40c4a systemd-gnome-image: add xinput-calibrator
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
10c2bad032 tweaks: add gconf-sanity for providing /usr/libexec/gconf-sanity-check-2
This is a workaround for the gconf/gtk2 dependency loop

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
5f0ed57ce6 angstrom: add a switch to completely disable support for sysv scripts
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
0c1b1b23c2 angstrom-gnome-icon-theme-enable: add SUMMARY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
8a91202b75 angstrom: really backfill sysvinit this time
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
fe23a0aaf0 packagegroup-gnome-apps: include cheese and abiword
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
31da21b51a packagegroup-gnome: include missing gsettings files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-14 09:56:14 +02:00
Koen Kooi
fdde2ddb0b systemd-image: fix u-a, include systemd-analyze
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Conflicts:
	recipes-images/angstrom/systemd-image.bb
2013-10-14 09:56:14 +02:00
Khem Raj
0206e0ccef angstrom-core-tweaks: Turn weaker assignment for EXTRA_IMAGE_FEATURES into a bit stronger
Right now angstrom images dont get the opkg metadata
into images as a result default opkg operations on say
systemd-image return nop. This started to happen after

OE-Core commit b2cc92595b30d96a79f33ea7a7217834c8b6bff7
where bitbake.conf now has EXTRA_IMAGE_FEATURES ??= ""

that will override the angstrom definition which is what we
dont want. So lets make the angstrom define to be ?=

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-12 19:19:10 -07:00
Koen Kooi
4703cc69c0 drop recipe_sanity bbclass
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-09-10 18:48:27 +02:00
Khem Raj
3527334e4d angstrom-next: Bump linux libc headers to 3.10
Add myself to maintainers list

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-08-27 23:37:30 -07:00
Graeme Gregory
aea8a38dd9 angstrom-next: add versions to build for aarch64
aarch64 needs gcc and egibc from meta-linaro to build for now.

Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-08-21 22:08:37 -07:00