From 9ed4c7325be89d0033bac0c48741e9a2b7e6a449 Mon Sep 17 00:00:00 2001 From: Michael Haberler <git@mah.priv.at> Date: Sun, 10 Apr 2016 18:40:17 +0200 Subject: [PATCH] rcn-ee_console_debian_wheezy_armhf.conf: sort package lists --- .../rcn-ee_console_debian_wheezy_armhf.conf | 66 +++++++++++++++++-- 1 file changed, 61 insertions(+), 5 deletions(-) diff --git a/configs/rcn-ee_console_debian_wheezy_armhf.conf b/configs/rcn-ee_console_debian_wheezy_armhf.conf index e94dd21e5..3efb97d63 100644 --- a/configs/rcn-ee_console_debian_wheezy_armhf.conf +++ b/configs/rcn-ee_console_debian_wheezy_armhf.conf @@ -11,14 +11,63 @@ image_type="console" deb_distribution="debian" deb_codename="wheezy" deb_arch="armhf" -deb_include="git-core,initramfs-tools,linux-base,locales,sudo,wget ca-certificates nano pastebinit file lsb-release bsdmainutils i2c-tools fbset hexedit hdparm memtester read-edid acpid acpi-support-base dosfstools cpufrequtils ntpdate ppp usb-modeswitch usbutils apache2 openssh-server udhcpd avahi-daemon wireless-tools wpasupplicant lowpan-tools wvdial lshw hostapd rsync consolekit systemd python-dbus atmel-firmware firmware-ralink firmware-realtek libertas-firmware zd1211-firmware patch" +deb_include=" \ + acpi-support-base \ + acpid \ + apache2 \ + atmel-firmware \ + avahi-daemon \ + bsdmainutils \ + ca-certificates \ + consolekit \ + cpufrequtils \ + dosfstools \ + fbset \ + file \ + firmware-ralink \ + firmware-realtek \ + git-core,initramfs-tools,linux-base,locales,sudo,wget \ + hdparm \ + hexedit \ + hostapd \ + i2c-tools \ + libertas-firmware \ + lowpan-tools \ + lsb-release \ + lshw \ + memtester \ + nano \ + ntpdate \ + openssh-server \ + pastebinit \ + patch \ + ppp \ + python-dbus \ + read-edid \ + rsync \ + systemd \ + udhcpd \ + usb-modeswitch \ + usbutils \ + wireless-tools \ + wpasupplicant \ + wvdial \ + zd1211-firmware \ +" + deb_exclude="" deb_components="main contrib non-free" deb_mirror="" ## ##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>" ## -deb_additional_pkgs="bison build-essential flex make" #for bb.org-overlays... +deb_additional_pkgs=" \ + bison \ + build-essential \ + flex \ + make \ +" + #for bb.org-overlays... ## rfs_username="debian" rfs_fullname="Demo User" @@ -35,9 +84,16 @@ rfs_ssh_user_pass="enable" ## ##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu) repo_rcnee="enable" -repo_rcnee_pkg_list="linux-image-4.5.0-armv7-x2 linux-image-4.4.6-ti-r15 \ -bb-customizations \ -ipumm-dra7xx-installer vpdma-dra7xx-installer rcn-ee-archive-keyring tiomapconf" +repo_rcnee_pkg_list=" \ + bb-customizations \ + ipumm-dra7xx-installer \ + linux-image-4.4.6-ti-r15 \ + linux-image-4.5.0-armv7-x2 \ + rcn-ee-archive-keyring \ + tiomapconf \ + vpdma-dra7xx-installer \ +" + repo_rcnee_pkg_version="4.4.6-ti-r15" include_firmware="enable" # -- GitLab