Skip to content
Snippets Groups Projects
  1. Dec 12, 2018
  2. Dec 06, 2018
  3. Nov 27, 2018
  4. Nov 26, 2018
  5. Nov 23, 2018
    • Emanuele Aina's avatar
      basesdk: Fix overlay inclusion by splitting it up · b6df6510
      Emanuele Aina authored
      
      The basesdk overlay was not actually included since `debos` was not
      following the symlink to the sdk one.
      
      Avoid the symlink by getting rid for the sdk recipe of the `$arch-$type`
      mechanism, which is an ancient relic inherited from the conversion from
      the old `cb_build` pipeline.
      
      Splitting the overlay into semantic units also allow us to avoid the
      Eclipse icon on the base SDK desktop, where Eclipse is not installed.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      b6df6510
  6. Nov 19, 2018
  7. Nov 18, 2018
    • Emanuele Aina's avatar
      basesdk: Fix ownership of /home/user · 70f21e74
      Emanuele Aina authored
      
      Port commit 587d2157 to the basesdk recipe.
      
      After commit a7e7e101 `/home/user` has been owned by `root:root`,
      breaking grahical login among the others.
      
      This is because we are no longer creating `/home/user` when creating the
      user itself, but `scripts/clone-sample-repos.sh` does
      `mkdir -p /home/user/sample-applications/` and then
      `chown user:user -R /home/user/sample-applications/`, leaving
      `/home/user/` with the wrong owner.
      
      Forcing the creation of the homedir addresses the issue.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      70f21e74
  8. Nov 16, 2018
  9. Nov 15, 2018
  10. Nov 14, 2018
  11. Nov 11, 2018
  12. Nov 10, 2018
  13. Nov 09, 2018
  14. Nov 08, 2018
  15. Nov 07, 2018
  16. Nov 06, 2018
  17. Nov 05, 2018
  18. Oct 31, 2018
  19. Oct 30, 2018
Loading