Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
seeed-debian-jessie-gcp-iot-v4.4.conf 3.29 KiB
Newer Older
Robert Nelson's avatar
Robert Nelson committed
##
Robert Nelson's avatar
Robert Nelson committed
release="8.9"
Robert Nelson's avatar
Robert Nelson committed
image_type="seeed-gcp-iot"
##
##Debootstrap: https://wiki.debian.org/Debootstrap
##
##debootstrap --arch=${deb_arch} --include=${deb_include} --exclude=${deb_exclude} \
##--components=${deb_components} --foreign ${deb_codename} /tmp/tmp.dir/ http://${deb_mirror}
##
##Debian Jessie armhf
##
deb_distribution="debian"
deb_codename="jessie"
deb_arch="armhf"
#
deb_include="	\
	alsa-utils	\
	apache2	\
	apt-transport-https	\
	autoconf	\
	automake	\
Robert Nelson's avatar
Robert Nelson committed
	bash-completion	\
	bc	\
	bison	\
	bluetooth	\
	build-essential	\
	ca-certificates	\
Robert Nelson's avatar
Robert Nelson committed
	can-utils	\
Robert Nelson's avatar
Robert Nelson committed
	connman	\
	cpufrequtils	\
	curl	\
	debhelper	\
	dosfstools	\
Robert Nelson's avatar
Robert Nelson committed
	dnsmasq	\
Robert Nelson's avatar
Robert Nelson committed
	fakeroot	\
	file	\
	firmware-atheros	\
	firmware-ralink	\
	firmware-realtek	\
	firmware-zd1211	\
	flex	\
	gdb	\
	git-core	\
	hdparm	\
	hexedit	\
	hostapd	\
	htop	\
	i2c-tools	\
	info	\
	initramfs-tools	\
	iperf	\
	iw	\
	libncurses5-dev	\
	libnss-mdns	\
	libtool	\
	libdbus-1-dev	\
	libusb-1.0-0-dev	\
	linux-base	\
	locales	\
	lshw	\
	lsof	\
	lzma	\
	lzop	\
	memtester	\
	openssh-server	\
	pkg-config	\
	ppp	\
	rfkill	\
	rsync	\
	screen	\
	ssl-cert	\
	sudo	\
	systemd	\
	tmux	\
	u-boot-tools	\
	udhcpd	\
	usb-modeswitch	\
	usbutils	\
	v4l-utils	\
	vim	\
	wget	\
	wireless-tools	\
	wpasupplicant	\
	wvdial	\
"

#
deb_exclude=""
#
deb_components="main contrib non-free"
deb_mirror=""
##
##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
##
#python-2.7: due to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769106
#
deb_additional_pkgs="	\
	libpython2.7-dev	\
	lsb-release	\
	mpg123	\
	nodejs	\
	pastebinit	\
	pulseaudio	\
	pulseaudio-module-bluetooth	\
	pylint	\
	python-dbus	\
	python-dev	\
	python-flask	\
	python-minimal	\
	python-pip	\
"

##
rfs_username="debian"
rfs_fullname="Demo User"
rfs_password="temppwd"
rfs_hostname="beaglebone"
rfs_startup_scripts="enable"
rfs_opt_scripts="https://github.com/RobertCNelson/boot-scripts"
rfs_default_desktop=""
rfs_desktop_background=""
rfs_default_locale="en_US.UTF-8"
rfs_etc_dogtag="BeagleBoard.org Debian Image"
rfs_console_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
rfs_console_user_pass="enable"
rfs_ssh_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
rfs_ssh_user_pass="enable"
##
##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
repo_rcnee="enable"
repo_rcnee_pkg_list="	\
	am335x-pru-package	\
	bb-cape-overlays	\
	bb-customizations	\
	bb-node-red-installer	\
	bb-wl18xx-firmware	\
	bone101	\
	bonescript	\
	c9-core-installer	\
	device-tree-compiler	\
	doc-beaglebone-getting-started	\
	doc-beaglebonegreen-getting-started	\
	doc-seeed-bbgw-getting-started	\
	gcp-iot-demo	\
	haveged	\
	libsoc-dev	\
	libsoc2	\
	linux-image-4.4.88-ti-r128	\
	mjpg-streamer	\
	pru-software-support-package	\
Robert Nelson's avatar
Robert Nelson committed
	rcn-ee-archive-keyring	\
	seeed-wificonfig-installer	\
	ti-pru-cgt-installer	\
	ti-wlconf	\
	tiomapconf	\
	upm	\
	wifidog-gateway	\
"

##
##nodejs: https://github.com/nodesource/distributions
repo_nodesource="node_0.12"
#repo_nodesource="node_4.x"
#repo_nodesource="node_6.x"
#repo_nodesource="node_8.x"
repo_rcnee_pkg_version="4.4.88-ti-r128"
Robert Nelson's avatar
Robert Nelson committed
include_firmware="enable"
#
chroot_COPY_SETUP_SDCARD="enable"
chroot_before_hook=""
chroot_after_hook=""
chroot_script="seeed-jessie.sh"
chroot_post_uenv_txt=""
chroot_tarball="enable"