1. 21 Sep, 2020 11 commits
  2. 18 Sep, 2020 13 commits
  3. 09 Sep, 2020 1 commit
  4. 08 Sep, 2020 1 commit
  5. 07 Sep, 2020 14 commits
    • Michael Shigorin's avatar
      browser: archdep tweaks · ce7b9127
      Michael Shigorin authored
      chromium is pretty popular to say the least,
      and falkon should be used in lxqt starterkit;
      both are unavailable on e2k as of today.
      ce7b9127
    • Michael Shigorin's avatar
      e2k: support flash boot targets other than install · 2d8c5dbc
      Michael Shigorin authored
      Yet another silly distraction...
      2d8c5dbc
    • Michael Shigorin's avatar
      mixin.mk: drop notes on e2k yet again · 984aded5
      Michael Shigorin authored
      Still have to refer to MCST instead at the moment....
      984aded5
    • Michael Shigorin's avatar
      regular.mk: adapted for e2k · 338f8db6
      Michael Shigorin authored
      As discussed while tweaking power feature, e2k's powerbutton
      handling scheme differs slightly at the moment so it does
      need some special handling.
      
      No need to toss firmware-linux around if it's not there though.
      338f8db6
    • Michael Shigorin's avatar
      regular.mk: use/kernel/latest · 43433e25
      Michael Shigorin authored
      ...instead of hardwiring un-def; this should help building
      starterkits for secondary arches.
      43433e25
    • Michael Shigorin's avatar
      kernel: introduce use/kernel/latest · 04a6489d
      Michael Shigorin authored
      Kernel flavours differ on secondary arches (and there's a bunch
      of platform-specific kernels for ARM systems), so let's provide
      some more flexible scheme than hardwiring un-def into images.
      
      This might be further enhanced to e.g. set KFLAVOURS to
      $$(KFLAVOURS_LATEST)) with it being preset to un-def
      where available so rpi images could set it to rpi-un,
      and still get reasonable starterkits for free.
      
      The corresponding commit in RELENG-e2k-p9-starterkits
      private branch just tore un-def apart => unmergeable.
      04a6489d
    • Michael Shigorin's avatar
      cleanup: avoid crippling non-x86 badly · af95749d
      Michael Shigorin authored
      This is a controversial feature right from the start,
      but keeping jeos alive on non-x86 (that is, catching
      every case when a removed removed package would bring
      something critical along with it) is somewhat harder
      so just skip this part there for now.
      af95749d
    • Michael Shigorin's avatar
      live: use/live/suspend where it works · e02a1d25
      Michael Shigorin authored
      Not a given on any architecture...
      e02a1d25
    • Michael Shigorin's avatar
      education/*: added qt5-base-doc · f951f933
      Michael Shigorin authored
      This enables examples in qt-creator.
      f951f933
    • Michael Shigorin's avatar
      e2k: drop mga2 support for now · 15df1fb1
      Michael Shigorin authored
      It's not ready yet with upgrade locked by ftbfs (msct#5248 et al).
      15df1fb1
    • Michael Shigorin's avatar
      e2k: fix 50-e2k-utc script · a2abaaf7
      Michael Shigorin authored
      /.host/script.sh: line 4: .: install2-init-functions: file not found
      mki-image-scripts: $BUILDDIR/image-scripts.d/50-e2k-utc: unable to run script.
      a2abaaf7
    • Michael Shigorin's avatar
      e2k: add /write.sh into ISO images · a2770630
      Michael Shigorin authored
      There's some peculiarity in writing ISO images for e2k
      onto USB Flash media: we need to arrange a partition
      and ext2 filesystem with its label passed to propagator;
      the former part is what's expected, and the latter one
      is what this script does.
      
      Thanks to aerodisk.ru guys for catching a brown paper bag
      class typo making format() try to affect the image and not
      the drive, by the way.
      a2770630
    • Michael Shigorin's avatar
      education/base: added rtc on e2k · e95f2aac
      Michael Shigorin authored
      This is more or less required for many things like fpc
      (and available under "Emulators" in server/workstation).
      e95f2aac
    • Michael Shigorin's avatar
      mixin-basealt.mk: install vaapi by default · 14538502
      Michael Shigorin authored
      MAIN_LISTS resulted in packages being available on the media
      but having on effect on the actual user systems...
      14538502