Fix for target-device setting
This commit is contained in:
parent
45f1833df6
commit
6c456ac83c
3 changed files with 14 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- $image := or .image "gemian-cosmopda.tgz" -}}
|
||||
{{- $image := or .image "gemian-cosmocom.tgz" -}}
|
||||
{{- $output := or .output "tarball" -}}
|
||||
{{- $variant := or .variant "mate" -}}
|
||||
|
||||
|
|
@ -20,7 +20,11 @@ actions:
|
|||
|
||||
- action: apt
|
||||
description: Installing Cosmo Communicator-specific packages
|
||||
packages: [ bluebinder ]
|
||||
target-device: mt6771
|
||||
packages:
|
||||
- bluebinder
|
||||
- gemian-system
|
||||
- lxc-android
|
||||
|
||||
- action: run
|
||||
description: Generate /usr/share/kernel/linux-boot.img for Cosmo Communicator
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ actions:
|
|||
|
||||
- action: apt
|
||||
description: Installing additional Debian packages
|
||||
packages: [ curl, gnupg, net-tools, openssh-server, sudo, avahi-daemon ]
|
||||
packages: [ curl, gnupg, net-tools, openssh-server, sudo, avahi-daemon, locales, bash-completion ]
|
||||
|
||||
- action: run
|
||||
chroot: true
|
||||
|
|
@ -43,10 +43,6 @@ actions:
|
|||
- xkb-data
|
||||
- xserver-xorg-video-hwcomposer
|
||||
- xss-lock
|
||||
- bash-completion
|
||||
- gemian-system
|
||||
- lxc-android
|
||||
- locales
|
||||
|
||||
- action: run
|
||||
chroot: true
|
||||
|
|
|
|||
|
|
@ -14,7 +14,13 @@ actions:
|
|||
|
||||
- action: apt
|
||||
description: Installing Gemini PDA-specific packages
|
||||
packages: [ droid-hal-cosmopda initramfs-tools-halium gemian-modular-kernel ]
|
||||
target-device: mt6797
|
||||
packages:
|
||||
- droid-hal-cosmopda
|
||||
- initramfs-tools-halium
|
||||
- gemian-modular-kernel
|
||||
- gemian-system
|
||||
- lxc-android
|
||||
|
||||
- action: run
|
||||
chroot: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue