Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
  2. Feb 18, 2019
  3. Feb 17, 2019
  4. Feb 15, 2019
  5. Feb 13, 2019
  6. Feb 07, 2019
  7. Jan 30, 2019
  8. Jan 28, 2019
  9. Dec 13, 2018
  10. Dec 12, 2018
  11. Dec 06, 2018
  12. Nov 27, 2018
  13. Nov 26, 2018
  14. 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
  15. Nov 19, 2018
  16. 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
Loading