ODROID-C5 have its own 'weston.ini' for customized Weston by Amlogic,
therefore it should not be updated by the package 'odroid-kiosk-weston'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie93fde02b190ddf69e95e6349b88e179c4ada27b
It will be replaced by the package 'odroid-kiosk-weston'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Id43d37d5603931859ebb29fa673cc62b4f203da9
Currently the base image is downloaded everytime even if the same file
is already downloaded and exist in the output directory. So this patch
will check the SHA value of the file before downloading when the same
file is required to build an OS image.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4581b4ddb990ef975d1c3a0008ed6b596ea627a1
Current default kernel version of ODROID-M1 is 4.19.219.
Change default kernel version to 5.10.0 for focal distro,
or 6.1.0 for other distro.
Signed-off-by: phillip.choi <phillip.choi@hardkernel.com>
Change-Id: I9179434d0f1db1700a2015ebe98dfb39d38ead11
Support ODROID-M1/M1S/M2 models using the same custom scripts. The basic
structure is almost the same as before, however, minor changes are as follows:
- Remove rga udev rule because same rule is already loaded on the
startup
- Rename S15-add-repository to S25-add-repository to resolve dependency
with key-signing at S20-install-packages
- Install packages and edit files differently based on the models.
Signed-off-by: phillip.choi <phillip.choi@hardkernel.com>
Change-Id: I15d658534bf2666cc12f1cd75431825210d09e05
Generating locales (this might take a while)...
Generation complete.
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Iae93556895653c4fa09fa8946b5ee4c5c2669430
for select install DKMS packages or not.
+) Add new directory "addon" it have no dependency of boards.
Signed-off-by: steve.jeong <jkhpro1003@gmail.com>
Change-Id: Ic010d5bf433078f40872a1bd53990a7ffda90372
'flash-kernel' checks root file system when updating initramfs and put
its root file system device into 'conf/param.conf'. But when running
ODROID-Stamper, the device for the root file system is not present as a
block device, so it is confused and add '/dev/sda2' which is not
correct, this leads boot failure.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I83b832ea411f68e0c0491c0e21684331fad7656e
There would be two different root file system mount entries in
'/etc/fstab' added by ODROID-STAMPER and unknown component that must be
relatived to Ubuntu cloud service, but not sure which is. This leads to
add wrong root file system entry to 'initramfs' so it must be removed.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I598c8a591f0c2c57ba000d56323468c1b51d3489
Extra space in partitions can be defined in '/custom/*/partitions' by
adding symbols 'EXTRA_<BOOT|ROOT>_SIZE' with size in MBytes
EXTRA_BOOT_SIZE=128
EXTRA_ROOT_SIZE=256
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I08f0daae5abc12857986d29bb58a18afb40c1ee7