1. 26 Sep, 2020 1 commit
    • Michael Shigorin's avatar
      stage2: include targets.mk once · 31f280c0
      Michael Shigorin authored
      Partially reverts commit e8f63357
      which has added an overlooked second `include targets.mk' which
      began spamming build.log immediately:
      
        /usr/share/mkimage/targets.mk:23: warning:
          overriding recipe for target `__profile_internal_rule'
        /usr/share/mkimage/targets.mk:23: warning:
          ignoring old recipe for target `__profile_internal_rule'
      
      *sigh*
      31f280c0
  2. 25 Sep, 2020 2 commits
    • Anton Midyukov's avatar
      gear-store-tags · 1c2bbbb7
      Anton Midyukov authored
      1c2bbbb7
    • Anton Midyukov's avatar
      1.4.3-alt1 · 7295127c
      Anton Midyukov authored
      - education: added commits skipped when rebase was done
      - wireless: added rtl8812au driver
      - partially added commits from the kworkstation
      - added e2k patches (mike@)
      - tar2fs: set UUID in extlinux.conf, if exist
      - vm.mk: simplified conditions for choosing a bootloader depending on arch
      - added a couple of commits (obirvalger@)
      - added commits for mipsel support (iv@)
      - added the ability to override fonts (needed kworkstation)
      - added target use/live/no-cleanup which is needed to disable cleanup
        documentation and rpmdb; is needed for live kworkstation without
        livecd-install
      - fixed adding empty variable in "use/efi"
      - don't cleanup dri modules from install2 (needed for support glamore)
      - metadata/lib/50-metadata.mk: space-prefixed strings handling fixed (boyarsh@)
      7295127c
  3. 22 Sep, 2020 3 commits
  4. 21 Sep, 2020 12 commits
  5. 18 Sep, 2020 13 commits
  6. 09 Sep, 2020 1 commit
  7. 08 Sep, 2020 1 commit
  8. 07 Sep, 2020 7 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