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
New flag '--kernel' is to override and select the kernel package to be
installed instead of running by 'get_kernel_package()'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ib70cd78d357d7f9ff599869da7f5617077305722
Assuming the first argument will fail when multiple arguments are given
or other argument is at first place to build for a custom OS project.
Therefore use '--customos'...
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I14eaec23ed06790053522e33c1e5d7215c9566b0
New build flag '--isoimage' will create a target OS image in ISO file
type and its OS will be forced to be built as Live boot system.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I77bab7efcbaa4791c085a163e44b59cc154f3283
Adding more build flags will help to start OS build in the command line
and override given values in the configuration.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If3217a4d4edad7ef299d5726658b26bcccfc82f6
New build flag '--internal' is to access internal package pool that
manages unpulbished packages in developing.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4cf4cae1fc6a4196ab2b3cc907671fd9554bb1e2
New flag '--compress' is to build compress OS image as last, the
compression is by 'xz'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I0776c521cc8e59b6f58618ea55687d091c2c1b41
The working directory contains the files of a target OS system to build
and it's the source to create partitions and OS image. With the flag
'--keep-builddir' won't remove the working directory after the target OS
image is built such that one can traverse the file system in the build
machine. By default, the working directory will be removed.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I00e8488797535410fde6dbd01249ecb8ebc1ae56
The live boot image is intended to boot and run on system memory.
Its root file system is built as SQUASFS file system and loaded
from a file system on booting.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I7df3cb7c43a53120afa300142032aa0e95a914fe
Add 'ISOIMAGE=true' to config file for target image
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ibec11c57ac8c256d8436e70353de72376f8280cd
-- 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