From e3134580442b598e985b9f2643610b7b838c9feb Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 19 Feb 2015 11:43:22 -0600
Subject: [PATCH] bb.org: next: add 2gb image...

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 configs/bb.org-debian-next-2gb-v3.14.conf | 73 +++++++++++++++++++++++
 1 file changed, 73 insertions(+)
 create mode 100644 configs/bb.org-debian-next-2gb-v3.14.conf

diff --git a/configs/bb.org-debian-next-2gb-v3.14.conf b/configs/bb.org-debian-next-2gb-v3.14.conf
new file mode 100644
index 000000000..215c38afe
--- /dev/null
+++ b/configs/bb.org-debian-next-2gb-v3.14.conf
@@ -0,0 +1,73 @@
+##
+release="jessie"
+image_type="lxqt"
+##
+##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 (Testing) armhf
+##
+deb_distribution="debian"
+deb_codename="jessie"
+deb_arch="armhf"
+#
+deb_include="alsa-utils apache2 autoconf automake avahi-daemon bash-completion \
+bc bison bluetooth build-essential ca-certificates connman cpufrequtils curl \
+dbus-x11 debhelper dnsmasq dosfstools fakeroot fbset file firmware-atheros \
+firmware-ralink firmware-realtek firmware-zd1211 flex gdb git-core hdparm \
+hexedit hostapd htop i2c-tools info initramfs-tools iw libncurses5-dev libtool \
+lightdm linux-base locales lshw lsof lzma lzop openbox openssh-server ppp \
+python-minimal read-edid rfkill rsync ruby ruby-dev screen ssl-cert sudo systemd \
+tightvncserver tmux u-boot-tools usb-modeswitch usbutils v4l-utils vim wget \
+wireless-tools wpasupplicant wvdial xinput xinput-calibrator \
+xorg xserver-xorg-video-fbdev xserver-xorg-video-modesetting zd1211-firmware"
+#
+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 nodejs \
+nodejs-legacy npm pastebinit python-dev python-pip python-serial \
+systemd-sysv"
+##
+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="lxqt"
+rfs_desktop_background="/opt/scripts/images/beaglebg.jpg"
+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.net/(debian|ubuntu)
+repo_rcnee="enable"
+repo_rcnee_pkg_list="linux-image-3.14.33-ti-r50 \
+am335x-pru-package ap-hotspot cloud9-installer \
+cmst compton-conf device-tree-compiler libfm-tools libsoc-dev libsoc2 \
+lximage-qt lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-globalkeys \
+lxqt-notificationd lxqt-panel lxqt-policykit lxqt-runner lxqt-session obconf \
+pcmanfm-qt5 qterminal qupzilla rcn-ee-archive-keyring \
+tiomapconf xserver-xorg-video-omap"
+#
+repo_rcnee_pkg_version="3.14.33-ti-r50"
+include_firmware="enable"
+#
+chroot_COPY_SETUP_SDCARD="enable"
+chroot_before_hook=""
+chroot_after_hook=""
+chroot_script="beagleboard.org-4gb-next.sh"
+chroot_post_uenv_txt="post_beagleboard.org.txt"
+chroot_tarball="enable"
-- 
GitLab