992 Commits

Author SHA1 Message Date
Andreas Müller
5346b3baa8 Remove fixmac
MAC setup magic should not be installed by default in all our images

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-06-04 11:51:54 +02:00
Andreas Müller
903d753fc0 Ban weston-init from our images
Maybe I missed something:

* Although disabled by default it is started automatically
* A passwordless root account reached by two keys - NOT ACCECTABLE!!!
* Weston ships sessions that are the preferred way to start weston as
  unpriviledged user

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-06-04 11:51:54 +02:00
Andreas Müller
5e4b883bc2 Let all our images log volatile (not only xfce4-music-image)
should have done this much earlier:

* Don't ruin sd-cards on machines running 24/7
* On Raspi4 it buys us boot time reduced by ~2s
* Was never happy about the misleading entries in journal from boots long ago

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-05-10 13:22:54 +02:00
Andreas Müller
7e3a5954e5 network-manager-applet/-openvpn: Add missing bits to import vpn-config
This is more or less a backport of what will be send to master soon. Since
there is no hope to get backports added to stable branches, adjust recipes
here.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-18 18:15:28 +01:00
Andreas Müller
eca422e4a7 console-net-image: add networkmanager-openvpn
In times of home-office users might want to tunnel to copmpany's network

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-18 18:12:04 +01:00
Andreas Müller
babc8fbe27 scripts: prepare scipts to write bbone images based upon wic
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-09-19 12:42:53 +02:00
Andreas Müller
eb55623c66 instant-sysroot-target.bbclass: Minor corrections on remote debug instructions
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-09-10 22:06:16 +02:00
Andreas Müller
c921e73d35 Ensure rng-tools does not find it's way into images
It blocks shutdown for ages. [1] helps to see

[  232.089805] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  232.128654] systemd-journald[188]: Received SIGTERM from PID 1 (systemd-shutdow).
[  322.127531] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  322.166520] systemd-shutdown[1]: Sending SIGKILL to PID 178 (rngd).

[1] https://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-07-10 09:53:34 +02:00
Andreas Müller
aa09cecd96 packagegroup-gui-dev: add glade
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-05-21 23:21:28 +02:00
Andreas Müller
1d155d9d88 packagegroup-gui-tiny: remove bind
In the current state is just slows down boot and creates scary messages:

| May 07 14:08:10 raspberrypi3 named[205]: listening on IPv6 interfaces, port 53
| May 07 14:08:10 raspberrypi3 named[205]: binding TCP socket: address in use
| May 07 14:08:10 raspberrypi3 named[205]: listening on IPv4 interface lo, 127.0.0.1#53
| May 07 14:08:10 raspberrypi3 systemd[1]: Received SIGRTMIN+21 from PID 155 (plymouthd).
| May 07 14:08:10 raspberrypi3 named[205]: binding TCP socket: address in use
| May 07 14:08:10 raspberrypi3 named[205]: unable to listen on any configured interfaces
| May 07 14:08:10 raspberrypi3 named[205]: loading configuration: failure
| May 07 14:08:10 raspberrypi3 named[205]: exiting (due to fatal error)
| May 07 14:08:10 raspberrypi3 systemd[1]: plymouth-start.service: Succeeded.
| May 07 14:08:10 raspberrypi3 NetworkManager[165]: <info>  [1557230890.2486] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
| May 07 14:08:10 raspberrypi3 dbus-daemon[162]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.5' (uid=0 p>
| May 07 14:08:10 raspberrypi3 NetworkManager[165]: <info>  [1557230890.2729] ovsdb: Could not connect: No such file or directory
| May 07 14:08:10 raspberrypi3 systemd[1]: named.service: Control process exited, code=exited, status=1/FAILURE
| May 07 14:08:10 raspberrypi3 systemd[1]: named.service: Failed with result 'exit-code'.
| May 07 14:08:10 raspberrypi3 systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-05-07 15:14:04 +02:00
Andreas Müller
05a420b9d4 allgui-base-image: replace lumina by lumina-world
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-29 22:59:20 +02:00
Andreas Müller
2c73bd74f9 README.md: add missing meta-rust
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-29 22:25:12 +02:00
Andreas Müller
4609be5aa2 Follow Yocto version scheme
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-27 19:29:56 +02:00
Andreas Müller
2d846191c0 rework IMAGE_LINGUAS to enable musl-crap builds
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-24 13:37:52 +02:00
Andreas Müller
6ed688828b vlc: add qt5 to PACKAGECONFIG
* Attempts to  enable qt5 by default failed [1]
* Requires meta-oe patch [2]

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-April/199331.html
[2] https://patchwork.openembedded.org/patch/160618/

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-23 13:57:24 +02:00
Andreas Müller
82ab133fda packagegroup-gui-full: add vlc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-20 23:45:14 +02:00
Andreas Müller
81f899aee6 Another default language rework
* re-add fallback in profile: currently no LANG is set by systemd
* Fix typos in locale.conf

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-19 13:30:06 +02:00
Andreas Müller
fd2831e6fb Rework default language handling
* install locale.conf to override systemd/oe-core default
* remove profile hacks
* ensure there is a default UTF-8 lingua installed (selection might change when
  C.UTF-8 is established

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-19 01:06:28 +02:00
Andreas Müller
a735f099a6 instant-sysroot-target: rework our qtcreator remote debug instructions
Had some trouble to make it run - so write down what's necessary for next time

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-13 00:41:33 +02:00
Andreas Müller
3f10ead336 Now that that my patch was applied harden patch-fuzz to error
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-12 02:10:37 +02:00
Andreas Müller
85f4695cff xfce4-default-config: remove useless or broken presets
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-11 14:47:57 +02:00
Andreas Müller
ab38d6e19f Move gnome-system-monitor packagegroup-gui-full -> packagegroup-gui-tiny
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-11 14:18:07 +02:00
Andreas Müller
7e73138dbb xfce4-default-config: set default icon- and cursor-theme to adwaita
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-11 14:18:07 +02:00
Andreas Müller
57d6439f6b packagegroup-gui-full: add all gstreamer plugins found
Am tired of guessing what parole might need to show videos. With all
gstreamer-plugins installed parole now plays local video files.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-10 23:28:06 +02:00
Andreas Müller
9657f9bbfa Make 'invalid-packageconfig' sabnity check an error
Avoid these warning to be overseen

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-03 16:58:59 +02:00
Andreas Müller
723f54fb82 gst-plugins: Move to right place and remove 'mad' from PACKAGECONFIG in -ugly
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-03 16:53:52 +02:00
Andreas Müller
11764a3c93 layer.conf: Add warrior to compatible release series
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-02 16:38:57 +02:00
Andreas Müller
fe7b051c0b move glibc-utils console-base-image -> packagegroup-gui-dev
Add for libc glibc only

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-02 03:09:10 +02:00
Andreas Müller
c374bfe685 Revert "mortsgna-libc-musl.inc: disable gobject-introspection for musl"
Before disabling all we need to check if this is a correct assumption.

This reverts commit 95189c7710.
2019-04-01 18:04:23 +02:00
Andreas Müller
95189c7710 mortsgna-libc-musl.inc: disable gobject-introspection for musl
My opinion: This should go to oe-core/goblcect-introspection-data.bbclass
instead of ajusting recipes all over - but...

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-31 22:18:50 +02:00
Andreas Müller
b67d620c97 mortsgna-distro-features.inc: prettify list of distro features
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-31 22:17:45 +02:00
Andreas Müller
c77b7e05cd mortsgna-libc-glibc.inc: Remove TARGET_OS overrides
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-29 01:23:18 +01:00
Andreas Müller
a841a014c3 mortsgna-libc-*.inc: remove unused paramaters from getVar
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-28 21:41:32 +01:00
Andreas Müller
684f765d27 mortsgna-libc-*.inc: Do not override TARGET_LINK_HASH_STYLE
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-28 21:33:45 +01:00
Andreas Müller
b2f57e0f17 mortsgna-armv7-tune.inc: remove True option in getVar calls
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-28 21:26:41 +01:00
Andreas Müller
ab5bf122e9 base-files: Found LANG"='C.UTF-8' culprit - drop as note
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-27 16:00:22 +01:00
Andreas Müller
b4d2e1834d base-files: Fix german umlaute and more (again)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-27 15:41:23 +01:00
Andreas Müller
010614c7b9 README rework layer info III 2019-03-26 12:48:13 +01:00
Andreas Müller
d09afce6f8 README rework layer info II 2019-03-26 12:44:17 +01:00
Andreas Müller
9efa80d926 README rework layer info 2019-03-26 12:40:14 +01:00
Andreas Müller
9a8ab2f035 another pretification for README 2019-03-26 12:31:02 +01:00
Andreas Müller
7de041956a README: more links 2019-03-26 01:45:15 +01:00
Andreas Müller
8dceec4bbb README: copy & paste... 2019-03-26 01:34:15 +01:00
Andreas Müller
23ebf7f38f Prettify README II 2019-03-26 01:31:34 +01:00
Andreas Müller
5ad14a2d73 Prettify README 2019-03-26 01:22:56 +01:00
Andreas Müller
51c94f5066 README -> README.md
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-26 00:16:06 +01:00
Andreas Müller
20ac15f967 xfce4-default-config: remove xfce4-mixer defaults
Wow: they contained gumstix overo defaults!!!

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-21 00:05:37 +01:00
Andreas Müller
98de75b63b Add cmake to our native sysroot
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-20 13:49:15 +01:00
Andreas Müller
769a0e0f32 instant-sysroot-native.bbclass: handle filenames with spaces properly
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-20 13:29:07 +01:00
Andreas Müller
a7ae6d978b Follow split of meta-qt5-extra -> meta-musicians
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-17 18:57:36 +01:00