From d2fd103b623c8dc32e91c80205221f9912e1df1a Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 30 May 2017 11:36:52 -0500 Subject: [PATCH] bb.org: stretch make sure less is installed Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- configs/bb.org-debian-stretch-iot-v4.4.conf | 1 + configs/bb.org-debian-stretch-iot-v4.9.conf | 1 + configs/bb.org-debian-stretch-lxqt-v4.4.conf | 1 + configs/bb.org-debian-stretch-lxqt-xm.conf | 1 + configs/bb.org-debian-stretch-wayland-v4.4.conf | 5 ++++- 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/bb.org-debian-stretch-iot-v4.4.conf b/configs/bb.org-debian-stretch-iot-v4.4.conf index 9eb6a24bf..2423d6419 100644 --- a/configs/bb.org-debian-stretch-iot-v4.4.conf +++ b/configs/bb.org-debian-stretch-iot-v4.4.conf @@ -47,6 +47,7 @@ deb_include=" \ initramfs-tools \ iperf \ iw \ + less \ libiio-utils \ libncurses5-dev \ libnss-mdns \ diff --git a/configs/bb.org-debian-stretch-iot-v4.9.conf b/configs/bb.org-debian-stretch-iot-v4.9.conf index 83e3c5dca..6c7a5ee8a 100644 --- a/configs/bb.org-debian-stretch-iot-v4.9.conf +++ b/configs/bb.org-debian-stretch-iot-v4.9.conf @@ -47,6 +47,7 @@ deb_include=" \ initramfs-tools \ iperf \ iw \ + less \ libiio-utils \ libncurses5-dev \ libnss-mdns \ diff --git a/configs/bb.org-debian-stretch-lxqt-v4.4.conf b/configs/bb.org-debian-stretch-lxqt-v4.4.conf index e1cd61d9c..0579250c6 100644 --- a/configs/bb.org-debian-stretch-lxqt-v4.4.conf +++ b/configs/bb.org-debian-stretch-lxqt-v4.4.conf @@ -48,6 +48,7 @@ deb_include=" \ initramfs-tools \ iperf \ iw \ + less \ libiio-utils \ libncurses5-dev \ libnss-mdns \ diff --git a/configs/bb.org-debian-stretch-lxqt-xm.conf b/configs/bb.org-debian-stretch-lxqt-xm.conf index d337eaea6..0c7122074 100644 --- a/configs/bb.org-debian-stretch-lxqt-xm.conf +++ b/configs/bb.org-debian-stretch-lxqt-xm.conf @@ -48,6 +48,7 @@ deb_include=" \ initramfs-tools \ iperf \ iw \ + less \ libiio-utils \ libncurses5-dev \ libnss-mdns \ diff --git a/configs/bb.org-debian-stretch-wayland-v4.4.conf b/configs/bb.org-debian-stretch-wayland-v4.4.conf index 77449268e..388707e43 100644 --- a/configs/bb.org-debian-stretch-wayland-v4.4.conf +++ b/configs/bb.org-debian-stretch-wayland-v4.4.conf @@ -14,6 +14,7 @@ deb_codename="stretch" deb_arch="armhf" # deb_include=" \ + alsa-utils \ at \ apache2 \ apt-transport-https \ @@ -29,6 +30,7 @@ deb_include=" \ device-tree-compiler \ dosfstools \ dnsmasq \ + fbset \ firmware-atheros \ firmware-brcm80211 \ firmware-libertas \ @@ -46,6 +48,7 @@ deb_include=" \ initramfs-tools \ iperf \ iw \ + less \ libiio-utils \ libncurses5-dev \ libnss-mdns \ @@ -76,6 +79,7 @@ deb_include=" \ udhcpd \ usb-modeswitch \ usbutils \ + v4l-utils \ vim \ weston \ wget \ @@ -91,7 +95,6 @@ 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="" -- GitLab