Commit Graph

752 Commits

Author SHA1 Message Date
Andreas Müller
dc4c8f7421 card-helpers.inc: rework EnsureUnmount
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-03 11:59:02 +02:00
Andreas Müller
0c9f5a5865 rename console-base-image-no-nm -> console-base-image
Yes there is a recipe with same name in Angstrom but two distro layers in one
build environment are not recommended exactly.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 23:37:07 +02:00
Andreas Müller
b95e8eabb2 scripts: minor prettification
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 23:35:24 +02:00
Andreas Müller
8bf79ed118 scripts/ti-old-omap: Use EvalExAuto / prepare card-kernel-write
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 23:26:43 +02:00
Andreas Müller
84344f5aec scripts: use EvaExAuto for imx/raspi
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 22:32:21 +02:00
Andreas Müller
5c205225d4 common-helpers.inc: Some ErrorOut / EvalEx rework
* ErrorOut outputs to stderr
* Start message is magenta now
* Add EvalExAuto which creates end messages from first word in start message

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 22:14:59 +02:00
Andreas Müller
0fc0a4a9cd scripts: rename ExecEx -> EvalEx
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 21:31:00 +02:00
Andreas Müller
0dbb955a94 card-write: Apply error-handling/logging to raspi kernel write
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 17:25:46 +02:00
Andreas Müller
541ead999f card-write/machine-imx.inc: Fix kernel copy to /boot
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 16:55:00 +02:00
Andreas Müller
f898e1f316 card-write/machine-imx.inc: re-add linefeed per devicetree file
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 16:54:12 +02:00
Andreas Müller
62ce7912fa Add/modify functions for enhanced error-handling/logging + fix spaces in variables
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 16:31:55 +02:00
Andreas Müller
ca5f873b08 Rewrite of card scripts completely
Reduce the card specific code to what's needed.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 09:58:24 +02:00
Andreas Müller
3cc5a3b448 mortsgna.conf: remove unnecessary comment
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-01 07:56:12 +02:00
Andreas Müller
398f8b589a mortsgna.conf: disable security flags
Images build are not ready for production. We see errors as:

| dhclient: symbol lookup error: /usr/lib/libomapi.so.0: undefined symbol: irs_resconf_load

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-01 07:55:22 +02:00
Andreas Müller
56721aa069 unpriv-user: Fix some operator remnant
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-01 00:25:29 +02:00
Andreas Müller
1f1b9cf0b1 sdcard-write: a bit more colour
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-01 00:19:59 +02:00
Andreas Müller
5aad7dc0eb sdcard-write: tab -> space
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-01 00:12:45 +02:00
Andreas Müller
51d0a839de base-files: Tweak issues
* final 'a' - it was a bit 'q'-ish
* 'g' was broken

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 23:02:06 +02:00
Andreas Müller
4235b2d598 base-files: fix issues for backslash
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 22:36:47 +02:00
Andreas Müller
3cf6da0fcc sdcard-write: Implement one common implementation of SelectRootfs and use it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 20:50:44 +02:00
Andreas Müller
a70284d162 sdcard-write: Colorize error message if possible
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 20:49:40 +02:00
Andreas Müller
cb353484de polish comments
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:54:35 +02:00
Andreas Müller
efeecdfaf3 Replace MORTSGNA_PKG_FORMAT by IMAGE_PKGTYPE
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:53:37 +02:00
Andreas Müller
5d00766ce8 prepare no-static-libs - requires extensive testing -> postpone
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:50:48 +02:00
Andreas Müller
88479abcf7 modernize xserver defaults
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:50:07 +02:00
Andreas Müller
4024c506c5 Remove eglibc / ulibc remnants
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:49:02 +02:00
Andreas Müller
3b6f1a28ac Append Yocto mirrors as fallback
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:46:54 +02:00
Andreas Müller
bd98381fa7 Remove SOC_FAMILY default - it is set in oe-core/soc-family.inc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 15:45:47 +02:00
Andreas Müller
231cdb6bbd mortsgna-musl: cleanup
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 14:20:00 +02:00
Andreas Müller
9fb0170a3c console-base-image-no-nm: add util-linux-lsblk
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 12:12:56 +02:00
Andreas Müller
4e4d79ea86 allgui-full-image/xfce4-full-image: remove gnome-bluetooth
packagegroup-xfce-extended pulls in blueman which is good enough

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 11:57:09 +02:00
Andreas Müller
7b8f1814db base-files: add /run as tmp to fstabs
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-29 13:31:08 +02:00
Andreas Müller
a88c62688d More Angsrom -> Mortsgna renames / steel artwork
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-29 12:42:30 +02:00
Andreas Müller
1f12c110ec Change layer settings
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-29 11:58:57 +02:00
Andreas Müller
1b36134d86 Introduce a default unpriviledged user for X11/wayland
Modernized version of what I had in meta-misc.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-29 11:38:20 +02:00
Andreas Müller
59da290d17 Say farewell angstrom - mortsgna is my new distro
I mean it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-29 00:51:31 +02:00
Andreas Müller
16a2e14cf3 angstrom.conf: get rid of DISTRO_TYPE - I was the only fanboy using it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 23:34:20 +02:00
Andreas Müller
eae07cc5e5 Add default configs for XFCE and LXQT
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 23:06:20 +02:00
Andreas Müller
2a0c4c53e1 packagegroup-image-tiny: remove sdl2box and sdl2renderex
They live in meta-misc and currently their job is done.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 23:04:26 +02:00
Andreas Müller
9f50538d94 sdcard-write: Fix typo
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 22:31:08 +02:00
Andreas Müller
606c980769 sdcard-write: display more information when selecting card device
Maybe that helps not to kill memory sticks...

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 22:14:10 +02:00
Andreas Müller
8cda70259a console-base-image-no-nm: remove strace and evtest
* evtest: last time tested it was not working
* strace: is already included

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 19:28:07 +02:00
Andreas Müller
725912c5fa Image tweaks
* replace packagegroup-basic by packagegroup-base (otherwise
  DISTRO_EXTRA_RDEPENDS / DISTRO_EXTRA_RRECOMMENDS won't apply)
* full linguas for full images only
* make strace/procps  unconditional recomendation

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 19:06:18 +02:00
Andreas Müller
e62e342036 angstrom.conf: New name / maintainer
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 17:11:49 +02:00
Andreas Müller
e1afbf712d Move recipes-angstrom -> recipe-utils
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 17:08:12 +02:00
Andreas Müller
28ead758cd recipes-angstrom/themes: remove - with GTK3 these are no more required
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 17:06:52 +02:00
Andreas Müller
eca0e2a473 move angstrom packagegroups to recipes-image/packagegroups
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 16:53:44 +02:00
Andreas Müller
4f0b69809e remove liri images - liri is broken since they moved to QBS
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 16:43:16 +02:00
Andreas Müller
f512b459c7 Add image recipe from meta-misc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 16:41:35 +02:00
Andreas Müller
8c95b63cad Add less to DISTRO_EXTRA_RRECOMMENDS
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 16:32:23 +02:00