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:
Dongjin Kim
2024-06-18 15:06:01 +09:00
parent 79b528e3da
commit ed56824137
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
BOARD=odroidn2plus
ARCH=arm64
DISTRO=noble
FLAVOUR=server
DEFAULT_USER=odroid
DEFAULT_PASSWD=odroid
ALLOW_ROOT_LOGIN=false

View 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

View 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

View File

@@ -0,0 +1,3 @@
if test -n "${kiosk.url}"; then
setenv bootargs "${bootargs} kiosk.url=${kiosk.url}"
fi

View 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