Commit Graph

650 Commits

Author SHA1 Message Date
Andreas Müller
e961bf892b enable gobject-introspection by default
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-10-30 16:38:59 +01:00
Andreas Müller
f27a9fcba6 remove obsolete UDEV_GE_141
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-29 12:00:15 +02:00
Andreas Müller
e7b7a4c096 remove all ugly gstreamer hacks
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-20 23:58:48 +02:00
Andreas Müller
730a4a4a6a Revert "angstrom-core-tweaks: pin virtual/fftw to fftwf temporarily"
This reverts commit 24c50ca5c6.
2016-09-20 23:58:14 +02:00
Andreas Müller
24c50ca5c6 angstrom-core-tweaks: pin virtual/fftw to fftwf temporarily
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-06 11:35:49 +02:00
Andreas Müller
b04d53e51e angstrom.inc: disable wayland for imx6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-06 11:35:12 +02:00
Andreas Müller
46a5254c87 add wayland to distro features
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 23:07:11 +02:00
Andreas Müller
1bd3187e91 fs-perms-angstrom: remove - it is yet another maintenance burden
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-07-29 13:11:19 +02:00
Max Krummenacher
b4d8a2c7a0 angstrom.conf: stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2016-07-26 13:17:23 +02:00
Max Krummenacher
87f1bbf973 angstrom-feed-configs.bb: stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2016-07-26 13:17:12 +02:00
Max Krummenacher
f43894018f angstrom-gpe-task-base.bb: stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2016-07-26 13:17:02 +02:00
Max Krummenacher
c3eb73b242 systemd-qt5-image.bb: stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2016-07-26 13:16:53 +02:00
Max Krummenacher
6e58779f14 angstrom-gpe-packagegroup-apps.bb: stop using base_contains
The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2016-07-26 13:16:42 +02:00
Andreas Müller
937fb6a41f base-files: remove all extra files
The lock extension caused really really nasty issues. In my case I was
sometimes unable to open serial ports after power up.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-07-26 13:15:08 +02:00
Andreas Müller
7dce2b081e don't blacklist ffmpeg
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-22 21:46:51 +01:00
Andreas Müller
001ae5dba2 don't pin java version and follow meta-java's suggestions for default provider
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-27 00:51:04 +01:00
Andreas Müller
44451ddfb1 angstrom-core-tweaks: do not pin opkg as package manager
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-11 08:55:33 +01:00
Andreas Müller
6fd9bc0de9 arm-defaults.inc: remove
don't want no armv7a pinning - it does not work for imx6 anyway

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-10-05 13:38:50 +02:00
Andreas Müller
ef71206d81 angstrom.conf: do not pin linaro toolchain
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-10-04 01:15:18 +02:00
Andreas Müller
3c94de860e angstrom.inc: do not set wayland in distro features
my machines don't play well for x11 and wayland - we'll have a separate branch
for that.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-10-04 01:15:18 +02:00
Max Krummenacher
e5a2191daa angstrom-feed-configs.bb: don't replace opkg-collateral
opkg-collateral no longer exists in oe-core but the opkg recipe now
provides opkg.conf and RCONFLICTS, RREPLACES, RPROVIDES opkg-collateral.
http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-devtools/opkg?id=e8879cd1ec8914815c7a78f1d9b296b0e2b30fcf

When angstrom-feed-configs also RCONFLICTS, RREPLACES, RPROVIDES
opkg-collateral this results in the opkg package being removed during
do_rootfs.
With the missing opkg run_postinstall then fails to run postinstall scripts.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-09-30 08:46:49 +02:00
Koen Kooi
58b6ffcf19 octoprint-image: add image with everything needed for octoprint
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-09-03 09:54:28 +02:00
Khem Raj
67a55b6e03 packagegroup-qt5: Separate out qtwebkit into a var
This helps to avoid packaging qtwebkit if some QT5 images dont need it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-28 00:20:52 +00:00
Khem Raj
9c733d8cda packagegroup-qt5: remove qmlbrowser
its not found in general layers but only in atmel BSP layer
so it should move out from here may be added as a bbappend from bsp
layer

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-18 22:49:59 -07:00
Koen Kooi
2f49c0bbf6 angstrom-image: allow empty passwords
In the long run we'd need to add an 'angstrom' user.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-15 12:14:03 +02:00
Koen Kooi
d1209cbad1 systemd-image: make it a strict superset of angstrom-image
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-15 12:13:14 +02:00
Koen Kooi
11794ae329 (angstrom-)packagegroup-gnome: add angstrom-skel-gnome2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-14 21:15:46 +02:00
Koen Kooi
fb4ee7b10c angstrom-skel: /etc/skel files for angstrom
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-14 21:15:46 +02:00
Koen Kooi
0f61a3f6ea Angstrom: prefer ext4 over ext3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-14 21:07:10 +02:00
Khem Raj
7dcc75c2b3 systemd-qt5-image: Add qtwayland plugin to image
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-14 11:39:00 -07:00
Khem Raj
1c8ebf887f distro: Enable wayland feature
so we can start building images with wayland in it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-14 11:38:02 -07:00
Khem Raj
990c3ab4ba psplash: Delete all incarnations
They are unused

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-11 11:16:47 -07:00
Khem Raj
4619fd8095 psplash: Delete recipe
Its not required anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-08-11 11:09:34 -07:00
Koen Kooi
278471266d images: ship connmanctl
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-08-11 14:46:01 +02:00
Koen Kooi
ed6903ebbb angstrom.inc: enable cgroups in kernels that use linux.inc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-07-30 09:52:02 +02:00
Koen Kooi
032baad863 contrib: ci-upload-helper.sh: import CI uploader script from setup-scripts
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-06-11 19:20:58 +02:00
Koen Kooi
d8faf645b6 angstrom-version: work around broken package.bbclass
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-06-04 15:31:55 +02:00
Khem Raj
d70b949bba linux-yocto: renamed linux-yocto_3.10.bbappend -> linux-yocto_%.bbappend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-06-03 10:47:41 -07:00
Khem Raj
c74a835e7e angstrom/distro: Use wildcard to help glibc 2.22 transition in future
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-27 18:40:41 -07:00
Koen Kooi
3ae9064284 angstrom-version: also add VERSION_ID to /etc/os-release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2015-05-19 18:39:21 +02:00
Khem Raj
8f0df794f2 images,packagegroups: Add support for building QT5 sample image
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-17 21:57:53 -07:00
Khem Raj
5aa6c726a8 angstrom-java: Use jamvm for jamvm-initial-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-09 07:24:26 -07:00
Khem Raj
12c99c67c6 openjdk-7-jre: Fix pinned version to a known one
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-09 07:05:26 -07:00
Khem Raj
323a6fb0ee angstrom.conf: Use cross-localedef-native from OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-08 15:58:43 -07:00
Khem Raj
baaf5b1722 angstrom: Fix access using empty root password
We are not able to login into angstrom images now
since many chnages has gone into upstream OE-core
drop libpam change to drop secure nullok

add empty-root-password to EXTRA_IMAGE_FEAUTURES
it should actually be controlled and added only for
debug images, but thats for production folks

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-07 17:58:01 -07:00
Khem Raj
911233b9ea angstrom-mirrors: Drop svk
Support is gone in bitbake

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-05 19:55:27 -07:00
Khem Raj
11eefc2a05 angstrom: Prefer defaults to be bluez5
BlueZ 4 is removed from OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-05-05 12:22:29 -07:00
Khem Raj
dfbded5005 angstrom.conf: Remove unused ANGSTROM_NATIVE_BINUTILS_VERSION
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-04-25 10:15:36 +00:00
Khem Raj
f64a1078a2 angstrom.conf: Adjust the preferred providers for toolchain
Lets not mix linaro and non linaro toolchains so let
linaro toolchain fill in gaps for nativesdk when needed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-04-25 10:07:17 +00:00
Khem Raj
bf786f7dc0 match pinnings to OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-04-25 09:15:20 +00:00