Skip to content
Snippets Groups Projects
  1. Feb 27, 2019
  2. Feb 26, 2019
  3. Feb 25, 2019
  4. Feb 15, 2019
  5. Nov 27, 2018
  6. 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
  7. Nov 19, 2018
  8. 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
  9. Nov 16, 2018
  10. Nov 15, 2018
  11. Nov 14, 2018
  12. Nov 11, 2018
  13. Nov 10, 2018
  14. Nov 09, 2018
Loading