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
The service 'ondemand' is to set CPU governor as 'ondemand' which could
lower the performance, so...removed to run with 'performance' governor
always.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie5ebde04281dca2305ac9ab09894fb8076c09897
The first boot script is the one executed when the memory card is
freshly flashed and run on the board, this script is to initiate OS
environment. This custom script will genenate new secure keys in
/etc/ssh and back up to vendor partition using 'overlayroot' script.
Change-Id: Ibe84da3e33ffc893c319a9253793037c93a250fa
This change is to use 'casper' to run root file system on the memory and
mount additional partitions to it.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If1ae4f025a78765313e0fa2807fc97347d5214fc
This patch will create a partition image with given file list in a file.
For example, suppose we have 'vendor.list' that contains files
$ cat custom/templates/oem/vendor.list
/etc/hostname
And give the file name 'vendor.list' to 'hooks/partition' with a certain
partition list.
$ cat custom/templates/oem/hooks/partition
oem_mkfs_ext4 5 vendor vendor.list
oem_mkfs_ext4 6 app
oem_mkfs_ext4 7 lib
The partition labeled by 'vendor' will contains the files as listed in
'vendor.list'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie4e80762f2d1c43c77dd941213f449dc3792fcbf
This patch allows to describe the package list with comments in
the file 'packages'.
; Fundamental package list to build LAMP server
# Install MySQL
mysql-client # Client
mysql-server # Server
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I32ffc3e845b3ff7b05b81a26d99e83ed55488f97
Add 'ISOIMAGE=true' to config file for target image
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ibec11c57ac8c256d8436e70353de72376f8280cd
This commit is to crate the root file system with squash file system so
the OS runs on the memory.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I486224ddb074031a38dda6d3e9f2dcf5ee144fd9
-- custom/<Name>/config -> OS image configuration
/packages -> package list to install
/fixups/* -> Directory to run fix up OS image
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ibc182c03a38ba82f411c1fc5a5ebd5c2254c5609