Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Last active August 29, 2015 14:06
Show Gist options
  • Save tiagovignatti/31e5d8a86140b80f9fa0 to your computer and use it in GitHub Desktop.
Save tiagovignatti/31e5d8a86140b80f9fa0 to your computer and use it in GitHub Desktop.
Web app using minimal Linux setup
solution:
https://github.com/tmpsantos/meta-crosswalk/commits/embedded
https://github.com/tmpsantos/poky/commits/embedded
https://github.com/tiagovignatti/crosswalk/commits/embedded
https://github.com/tiagovignatti/chromium-crosswalk/commits/embedded
HOWTO:
wifi settings:
first type `connmanctl enable wifi` and then follow:
https://gist.github.com/kylemanna/6930087
TODO list, somewhat in this order:
- fix VT tty scheme when unexpected error happens [tiagovignatti]
- small how-to for setting up the environment, local.conf example for x86_64 and so on [tmpsantos, tiagovignatti]
- Remove unneeded Yocto packages: at the moment we're pulling the whole X11 dependency, which obviously is not needed. "Make a copy of core-image-minimal and add the crosswalk recipes and your own init script to it." Ross B [tmpsantos]
- Minnowboard Max BSP support for Yocto [tmpsantos]
- Input support: mouse confinement, fix a few cursor bugs, ts support and touch calibration [tiagovignatti]
- Audio support (pulseaudio relies on X?)
- Blank splash boot screen
- Network configuration page
TODO done:
- Crosswalk (dynamic?) screen resolution configuration:
https://github.com/tiagovignatti/crosswalk/commit/163185265382e9ecdb6035a90132411b59dd44ba
although this could help a bit towards a better solution:
https://codereview.chromium.org/558253003/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment