mirror of https://github.com/parazyd/arm-sdk.git
vars fix
This commit is contained in:
parent
b4c93ab937
commit
6c0d0fde76
|
|
@ -23,7 +23,6 @@
|
|||
# -- settings --
|
||||
device_name="bananapi"
|
||||
arch="armhf"
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
size=1337
|
||||
extra_packages=()
|
||||
# Ones below should not need changing
|
||||
|
|
@ -33,10 +32,11 @@ parted_boot=(fat32 2048s 264191s)
|
|||
parted_root=(ext4 264192s 100%)
|
||||
inittab="T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100"
|
||||
custmodules=(sunxi_emac)
|
||||
# source common commands
|
||||
source $common
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
# -- end settings --
|
||||
|
||||
# source common commands and add toolchain to PATH
|
||||
source $common
|
||||
|
||||
${device_name}-build-kernel() {
|
||||
fn ${device_name}-build-kernel
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
# -- settings --
|
||||
device_name="chromeacer"
|
||||
arch="armhf"
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
size=1730
|
||||
extra_packages=(wpasupplicant abootimg cgpt fake-hwclock u-boot-tools ntpdate)
|
||||
extra_packages+=(vboot-utils vboot-kernel-utils)
|
||||
|
|
@ -36,10 +35,10 @@ gpt=1
|
|||
#parted_root=(ext4 264192s 100%)
|
||||
#inittab="T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100"
|
||||
custmodules=()
|
||||
# -- end settings --
|
||||
|
||||
# source common commands and add toolchain to PATH
|
||||
# source common commands
|
||||
source $common
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
# -- end settings --
|
||||
|
||||
${device_name}-build-kernel() {
|
||||
fn ${device_name}-build-kernel
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
# -- settings --
|
||||
device_name="cubieboard2"
|
||||
arch="armhf"
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
size=1337
|
||||
extra_packages=()
|
||||
# Ones below should not need changing
|
||||
|
|
@ -33,10 +32,11 @@ parted_boot=(fat32 2048s 264191s)
|
|||
parted_root=(ext4 264192s 100%)
|
||||
inittab="T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100"
|
||||
custmodules=(sunxi_emac)
|
||||
# source common commands
|
||||
source $common
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
# -- end settings --
|
||||
|
||||
# source common commands and add toolchain to PATH
|
||||
source $common
|
||||
|
||||
${device_name}-build-kernel() {
|
||||
fn ${device_name}-build-kernel
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
# -- settings --
|
||||
device_name="raspi2"
|
||||
arch="armhf"
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
size=1337
|
||||
extra_packages=(wpasupplicant ntpdate)
|
||||
# Ones below should not need changing
|
||||
|
|
@ -34,10 +33,10 @@ parted_boot=(fat32 0 64)
|
|||
parted_root=(ext4 64 -1)
|
||||
inittab="T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100"
|
||||
custmodules=()
|
||||
# -- end settings --
|
||||
|
||||
# source common commands and add toolchain to PATH
|
||||
# source common commands
|
||||
source $common
|
||||
image_name="${os}-${release}-${version}-${arch}-${device_name}"
|
||||
# -- end settings --
|
||||
|
||||
${device_name}-build-kernel() {
|
||||
fn ${device_name}-build-kernel
|
||||
|
|
|
|||
Loading…
Reference in New Issue