Commit Graph

425 Commits

Author SHA1 Message Date
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
Khem Raj
bed0c8c6ab packagegroup-target-sdk: Add packagegroup for On device C/C++ SDK
Use it like below

IMAGE_INSTALL += "packagegroup-target-sdk

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-07-30 01:58:07 -07:00
Khem Raj
ec96650bb1 images: Repace tinylogin with busybox
tinylogin has disappeared in OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-06-26 22:48:58 -07:00
Khem Raj
11068b26ec bigbuckbunny: Add LIC_FILES_CHKSUM and use right version of CC-BY
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-06-24 09:06:36 -07:00
Khem Raj
0938441eb4 psplash: Correct the SRC_URI
It was pointing to wrong reponame  on yp dot org

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-06-24 01:01:11 -07:00
Khem Raj
b2301580d5 angstrom-next: Use qemu 1.5.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-06-24 01:00:29 -07:00
Khem Raj
d3779837e6 angstrom-next: Define ANGSTROM_QEMU_VERSION and pin it
meta-linaro also had qemu recipes and they are not what we
need. Sometimes they leapfrog OE-Core versions. So lets
be specific what we want to use

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-06-13 00:18:20 -07:00
Khem Raj
50728fb652 systemd-image: conman-systemd is deprecated
This is not needed with systemd in OE-Core now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-28 23:57:18 -07:00
Cliff Brake
f317b0ea1d set default tune for Overo to cortexa8hf-neon
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-28 23:54:26 -07:00
Khem Raj
95f45b4348 angstrom-next: Pin version of binutils-native
This otherwise causes pain when we have layers which also
provide toolchains besides oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-20 13:44:13 -07:00
Khem Raj
362eaf9788 angstrom-jalimo: Remove pinned versions
Pinnings were old and are not required now a days
with meta-java only providing 1 version of a recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-18 09:38:19 -07:00
Khem Raj
fb40276dd1 angstrom-java: Refresh pinned recipes
Fixes

NOTE: preferred version 1.5.2 of jamvm not available (for item jamvm)
NOTE: versions of jamvm available:
1.5.5+1.6.0-devel+gitAUTOINC+0972452d441544f7dd29c55d64f1ce3a5db90d82
NOTE: preferred version 6b24-1.11.1 of openjdk-6-jre not available (for
item openjdk-6-jre)
NOTE: versions of openjdk-6-jre available:
6b24-1.11.1+1.11.2-devel+hgAUTOINC+54ceda20a02c 6b24-1.11.9 6b27-1.12.5
NOTE: preferred version 0.98 of classpath not available (for item
classpath)
NOTE: versions of classpath available: 0.99

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-18 09:29:23 -07:00
Khem Raj
c3f8f25c6e angstrom-next: Flip the switch to gcc 4.8
I know arm kernels segfault but this is bleeding angstrom

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-18 09:28:28 -07:00
Khem Raj
617c489510 angstrom: Define PREFERRED_PROVIDER for eglibc
This otherwise conflicts with linaro external toolchain
when meta-linaro is included

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-18 09:26:51 -07:00
Khem Raj
fe82cbd08e angstrom-next: Bump binutils to 2.23.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-08 03:35:25 -07:00
Khem Raj
c6cb7d4aca packagegroup-gnome: Remove gdm-systemd
-systemd packages are gone

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-05-07 05:12:39 -07:00
Khem Raj
1dbdd5e137 README: Update MAINTAINERS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-04-04 01:51:58 -07:00
Khem Raj
0f9a2f0b08 angstrom-next: Switch beaglebone and beagleboard to use hardfp ABI
whichever machine wants and can support hardfp should be adding there
tune flags here too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-03-24 22:52:27 -07:00
Koen Kooi
43d406094f angstrom: Disable sysvinit for recipes with systemd support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-24 10:40:35 +01:00
Khem Raj
adf9f7aa4a angstrom-next: Ping libc headers to 3.8 to match OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-03-20 00:37:03 -07:00
Koen Kooi
7207787c4e layer.conf: add SIGGEN_EXCLUDERECIPES_ABISAFE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-13 12:43:30 +01:00
Koen Kooi
9081131bdf task-angstrom-e: fix ALLOW_EMPTY declaration
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-07 11:00:21 +01:00
Khem Raj
84489317cf angstrom-next: Bump binutils to 2.23.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-02-20 23:38:53 -08:00
Khem Raj
db3f6305b1 angstrom-next.conf: Add weak define for ROOT_FLASH_SIZE
Not all BSPs define it so we need a fall back

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-02-20 23:34:18 -08:00
Andreas Müller
59968284dd angstrom-gnome-icon-theme-enable: fix postinst
ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-gnome-icon-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-02-11 16:09:32 +01:00
Andreas Müller
99a9352d53 angstrom-clearlooks-theme-enable: fix postinst
ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-02-11 16:07:44 +01:00
Andreas Müller
5a38739d18 don't pin versions for recipes only found once in (core)layer
* uclibc
* eglibc
* mesa
* qt
* gobject-introspection-native
* udev

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-01-29 01:40:36 +01:00
Khem Raj
4beaa3f56f angstrom-next: move to eglibc 2.17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-28 12:00:33 -08:00
Khem Raj
f5f776ca2c angstrom-preferred-versions.inc: Pin mesa to 9.0.1
To match with OE-Core where 8.0.x is now gone

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-27 09:28:30 -08:00
Andreas Müller
77970a2146 angstrom-next.conf: remove PREFERRED_PROVIDER_udev
oe-core takes care when systemd is in DISTRO_FEATURES

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-25 14:54:27 +01:00
Khem Raj
b264691eac zypper: Delete bbappend
zypper is gone in oe-core. We however will need to add
a bbappend for zypper replacement which is smart

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-24 19:01:03 -08:00
Khem Raj
b63c87cb31 angstrom/conf: Add systemd to DISTRO_FEATURES
OE-Core wants systemd to be in distro features
to leverage the systemd infra from Core

secondly in OE-Core there is not build time dep on
update alternatives see 56a59ef12936dcc6464cf1d43dda6957a5aa8c65
update-alternatives now needs to ask for opkg
we were wrongly asking for update-alternatives-cworth
which is a runtime package.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-21 15:46:46 -08:00
Koen Kooi
9f298e0d77 README: add link to test reports, fix URL typo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-09 12:00:47 -08:00
Khem Raj
d8f5837be1 angstrom-core-tweaks.inc: Delete XSERVER definition for qemux86 and qemux86-64
Additionally kernel26 has been dropped from Features so there is no
point of checking for it. Instead weakly define IMAGE_DEV_MANAGER ?=
"udev"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-09 11:53:52 -08:00
Khem Raj
cd3685f09d angstrom-preferred-versions.inc: Move up the pinning of mesa and qt4
OE-Core has moved to mesa 8.0.5 and QT4 to 4.8.4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08 12:27:45 -08:00
Khem Raj
79e36cecd3 conf/distro/angstrom-next.conf: Pin kernel headers to 3.7
oe-core has moved up to 3.7 for kernel headers now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08 09:47:36 -08:00
Koen Kooi
0b429e934d angstrom: fix java versions
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-07 14:37:33 -08:00
Andreas Müller
a27134b9b7 update-rc.d: make PRINC work properly for multiple bbappends 2013-01-07 14:37:33 -08:00
Koen Kooi
b1e1e22992 angstrom: enable opengl for x86
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-07 14:37:33 -08:00
Andreas Müller
cd4bd1d0f5 base-files: make PRINC work properly for multiple bbappends 2013-01-07 14:37:33 -08:00
Andreas Müller
939af15d3f base-files: remove ${sysconfdir}/tmpfiles.d/var-run.conf
Fix conflict with systemd's version of the same file causing errors at
do_rootfs like:

|  * check_data_file_clashes: Package systemd wants to install file /home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/etc/tmpfiles.d/var-run.conf
|       But that file is already provided by package  * base-files
2013-01-07 14:37:33 -08:00
Khem Raj
7b4f618221 angstrom-next: Adapt to nativesdk renaming
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-07 14:37:33 -08:00
Khem Raj
719321ae89 omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM
Instead of hard linking omap3-mkcard.sh refer to it
using FILESPATH. This avoids the parse warning

WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry
omap3-mkcard.sh: file could not be found

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-09 11:15:27 +02:00