mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
custom: Add new build target for Kiosk with Chromium browser
Change-Id: I875338485b5d921d3409ae18f7b22d604d015c51 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
7
custom/kiosk-chromium/config
Normal file
7
custom/kiosk-chromium/config
Normal file
@@ -0,0 +1,7 @@
|
||||
BOARD=odroidn2plus
|
||||
ARCH=arm64
|
||||
DISTRO=noble
|
||||
FLAVOUR=server
|
||||
DEFAULT_USER=odroid
|
||||
DEFAULT_PASSWD=odroid
|
||||
ALLOW_ROOT_LOGIN=false
|
||||
7
custom/kiosk-chromium/fixups/S19-repositories
Normal file
7
custom/kiosk-chromium/fixups/S19-repositories
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list ]; then
|
||||
cat>>/etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list<<__EOF
|
||||
deb [trusted=yes] http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ web
|
||||
__EOF
|
||||
fi
|
||||
4
custom/kiosk-chromium/fixups/S65-weston
Normal file
4
custom/kiosk-chromium/fixups/S65-weston
Normal file
@@ -0,0 +1,4 @@
|
||||
# This is required since service file needs default account, but the package
|
||||
# is installed before it's created.
|
||||
|
||||
dpkg-reconfigure odroid-kiosk-weston
|
||||
@@ -0,0 +1,3 @@
|
||||
if test -n "${kiosk.url}"; then
|
||||
setenv bootargs "${bootargs} kiosk.url=${kiosk.url}"
|
||||
fi
|
||||
9
custom/kiosk-chromium/packages
Normal file
9
custom/kiosk-chromium/packages
Normal file
@@ -0,0 +1,9 @@
|
||||
libgtk-3-0
|
||||
odroid-kiosk-chromium
|
||||
pulseaudio
|
||||
fonts-arphic-ukai
|
||||
fonts-arphic-uming
|
||||
fonts-ipafont-gothic
|
||||
fonts-ipafont-mincho
|
||||
fonts-unfonts-core
|
||||
language-pack-ko
|
||||
Reference in New Issue
Block a user