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