From eaaed2cb65583802ef7958cd0b79d1ea29b4bce9 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 2 Apr 2019 10:43:29 -0500 Subject: [PATCH] stretch+: add moreutils pkg, for errno utiltity Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- configs/bb.org-debian-buster-efi-iot-v4.14.conf | 1 + configs/bb.org-debian-buster-efi-iot-v4.19.conf | 1 + configs/bb.org-debian-buster-gobot-iot-v4.14.conf | 1 + configs/bb.org-debian-buster-gobot-iot-v4.19.conf | 1 + configs/bb.org-debian-buster-iot-v4.14.conf | 1 + configs/bb.org-debian-buster-iot-v4.19.conf | 1 + configs/bb.org-debian-stretch-console-v4.14.conf | 1 + configs/bb.org-debian-stretch-iot-v4.14.conf | 1 + configs/bb.org-debian-stretch-iot-v4.4.conf | 1 + configs/bb.org-debian-stretch-lxqt-2gb-v4.14.conf | 1 + configs/bb.org-debian-stretch-lxqt-v4.14.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 | 1 + configs/bb.org-ubuntu-bionic-ros-iot-v4.14.conf | 1 + configs/bb.org-ubuntu-bionic-ros-iot-v4.19.conf | 1 + configs/machinekit-debian-stretch.conf | 1 + configs/rcn-ee_console_debian_buster_armhf.conf | 1 + configs/rcn-ee_console_debian_jessie_armhf.conf | 1 + configs/rcn-ee_console_debian_stretch_armhf.conf | 1 + configs/rcn-ee_console_ubuntu_bionic_armhf.conf | 1 + 21 files changed, 21 insertions(+) diff --git a/configs/bb.org-debian-buster-efi-iot-v4.14.conf b/configs/bb.org-debian-buster-efi-iot-v4.14.conf index 810adf594..da6f14852 100644 --- a/configs/bb.org-debian-buster-efi-iot-v4.14.conf +++ b/configs/bb.org-debian-buster-efi-iot-v4.14.conf @@ -159,6 +159,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-r102 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-buster-efi-iot-v4.19.conf b/configs/bb.org-debian-buster-efi-iot-v4.19.conf index 8bb1049ea..bdbf39222 100644 --- a/configs/bb.org-debian-buster-efi-iot-v4.19.conf +++ b/configs/bb.org-debian-buster-efi-iot-v4.19.conf @@ -159,6 +159,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.19.25-ti-r16 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-buster-gobot-iot-v4.14.conf b/configs/bb.org-debian-buster-gobot-iot-v4.14.conf index 22aace10a..4e815d2fa 100644 --- a/configs/bb.org-debian-buster-gobot-iot-v4.14.conf +++ b/configs/bb.org-debian-buster-gobot-iot-v4.14.conf @@ -159,6 +159,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-rt-r102 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-buster-gobot-iot-v4.19.conf b/configs/bb.org-debian-buster-gobot-iot-v4.19.conf index 3b507a314..84fdec15e 100644 --- a/configs/bb.org-debian-buster-gobot-iot-v4.19.conf +++ b/configs/bb.org-debian-buster-gobot-iot-v4.19.conf @@ -159,6 +159,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.19.25-ti-rt-r16 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-buster-iot-v4.14.conf b/configs/bb.org-debian-buster-iot-v4.14.conf index a17672738..43bf0780b 100644 --- a/configs/bb.org-debian-buster-iot-v4.14.conf +++ b/configs/bb.org-debian-buster-iot-v4.14.conf @@ -158,6 +158,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-r102 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-buster-iot-v4.19.conf b/configs/bb.org-debian-buster-iot-v4.19.conf index 80401a3b5..c21ce0f5a 100644 --- a/configs/bb.org-debian-buster-iot-v4.19.conf +++ b/configs/bb.org-debian-buster-iot-v4.19.conf @@ -158,6 +158,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.19.25-ti-r16 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-debian-stretch-console-v4.14.conf b/configs/bb.org-debian-stretch-console-v4.14.conf index e89c3fa8f..edbff657a 100644 --- a/configs/bb.org-debian-stretch-console-v4.14.conf +++ b/configs/bb.org-debian-stretch-console-v4.14.conf @@ -90,6 +90,7 @@ repo_rcnee_pkg_list=" \ bb-wl18xx-firmware \ gpiod \ linux-image-4.14.108-ti-r102 \ + moreutils \ overlayroot \ rcn-ee-archive-keyring \ tiomapconf \ diff --git a/configs/bb.org-debian-stretch-iot-v4.14.conf b/configs/bb.org-debian-stretch-iot-v4.14.conf index 6c13865a0..00765cb84 100644 --- a/configs/bb.org-debian-stretch-iot-v4.14.conf +++ b/configs/bb.org-debian-stretch-iot-v4.14.conf @@ -153,6 +153,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-r102 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-debian-stretch-iot-v4.4.conf b/configs/bb.org-debian-stretch-iot-v4.4.conf index d51d5de71..7a6846e87 100644 --- a/configs/bb.org-debian-stretch-iot-v4.4.conf +++ b/configs/bb.org-debian-stretch-iot-v4.4.conf @@ -153,6 +153,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.4.155-ti-r153 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-debian-stretch-lxqt-2gb-v4.14.conf b/configs/bb.org-debian-stretch-lxqt-2gb-v4.14.conf index 8f450fbbc..f4011569e 100644 --- a/configs/bb.org-debian-stretch-lxqt-2gb-v4.14.conf +++ b/configs/bb.org-debian-stretch-lxqt-2gb-v4.14.conf @@ -102,6 +102,7 @@ repo_rcnee_pkg_list=" \ c9-core-installer \ gpiod \ linux-image-4.14.108-ti-r102 \ + moreutils \ nodejs \ overlayroot \ rcn-ee-archive-keyring \ diff --git a/configs/bb.org-debian-stretch-lxqt-v4.14.conf b/configs/bb.org-debian-stretch-lxqt-v4.14.conf index 21e9033eb..582ac5a02 100644 --- a/configs/bb.org-debian-stretch-lxqt-v4.14.conf +++ b/configs/bb.org-debian-stretch-lxqt-v4.14.conf @@ -169,6 +169,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-r102 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-debian-stretch-lxqt-v4.4.conf b/configs/bb.org-debian-stretch-lxqt-v4.4.conf index f6d19e117..b84f23877 100644 --- a/configs/bb.org-debian-stretch-lxqt-v4.4.conf +++ b/configs/bb.org-debian-stretch-lxqt-v4.4.conf @@ -167,6 +167,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.4.155-ti-r153 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-debian-stretch-lxqt-xm.conf b/configs/bb.org-debian-stretch-lxqt-xm.conf index 3106125f2..d4115f48b 100644 --- a/configs/bb.org-debian-stretch-lxqt-xm.conf +++ b/configs/bb.org-debian-stretch-lxqt-xm.conf @@ -165,6 +165,7 @@ repo_rcnee_pkg_list=" \ gpiod \ librobotcontrol \ linux-image-4.19.31-armv7-x30 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-debian-stretch-wayland-v4.4.conf b/configs/bb.org-debian-stretch-wayland-v4.4.conf index 174e582b4..598a6e85a 100644 --- a/configs/bb.org-debian-stretch-wayland-v4.4.conf +++ b/configs/bb.org-debian-stretch-wayland-v4.4.conf @@ -152,6 +152,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.4.155-ti-r153 \ + moreutils \ mjpg-streamer \ nodejs \ overlayroot \ diff --git a/configs/bb.org-ubuntu-bionic-ros-iot-v4.14.conf b/configs/bb.org-ubuntu-bionic-ros-iot-v4.14.conf index 90943b46f..a501bfbb3 100644 --- a/configs/bb.org-ubuntu-bionic-ros-iot-v4.14.conf +++ b/configs/bb.org-ubuntu-bionic-ros-iot-v4.14.conf @@ -146,6 +146,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.14.108-ti-rt-r102 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/bb.org-ubuntu-bionic-ros-iot-v4.19.conf b/configs/bb.org-ubuntu-bionic-ros-iot-v4.19.conf index 0d2b48f75..c6b197933 100644 --- a/configs/bb.org-ubuntu-bionic-ros-iot-v4.19.conf +++ b/configs/bb.org-ubuntu-bionic-ros-iot-v4.19.conf @@ -146,6 +146,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ librobotcontrol \ linux-image-4.19.25-ti-rt-r16 \ + moreutils \ mjpg-streamer \ nodejs \ npm \ diff --git a/configs/machinekit-debian-stretch.conf b/configs/machinekit-debian-stretch.conf index 428de616b..c787d303a 100644 --- a/configs/machinekit-debian-stretch.conf +++ b/configs/machinekit-debian-stretch.conf @@ -146,6 +146,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ gpiod \ linux-image-4.19.31-bone-rt-r30 \ + moreutils \ pru-software-support-package \ rcn-ee-archive-keyring \ ti-pru-cgt-installer \ diff --git a/configs/rcn-ee_console_debian_buster_armhf.conf b/configs/rcn-ee_console_debian_buster_armhf.conf index 41089942f..9c0f6be0c 100644 --- a/configs/rcn-ee_console_debian_buster_armhf.conf +++ b/configs/rcn-ee_console_debian_buster_armhf.conf @@ -131,6 +131,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ linux-image-4.14.108-ti-r102 \ linux-image-4.19.31-armv7-x30 \ + moreutils \ overlayroot \ rcn-ee-archive-keyring \ tiomapconf \ diff --git a/configs/rcn-ee_console_debian_jessie_armhf.conf b/configs/rcn-ee_console_debian_jessie_armhf.conf index 8483902f2..157e0ef53 100644 --- a/configs/rcn-ee_console_debian_jessie_armhf.conf +++ b/configs/rcn-ee_console_debian_jessie_armhf.conf @@ -112,6 +112,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ linux-image-4.14.108-ti-r102 \ linux-image-4.19.31-armv7-x30 \ + moreutils \ rcn-ee-archive-keyring \ tiomapconf \ vpdma-dra7xx-installer \ diff --git a/configs/rcn-ee_console_debian_stretch_armhf.conf b/configs/rcn-ee_console_debian_stretch_armhf.conf index 0bd5e3e9b..43b43944b 100644 --- a/configs/rcn-ee_console_debian_stretch_armhf.conf +++ b/configs/rcn-ee_console_debian_stretch_armhf.conf @@ -131,6 +131,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ linux-image-4.14.108-ti-r102 \ linux-image-4.19.31-armv7-x30 \ + moreutils \ overlayroot \ rcn-ee-archive-keyring \ tiomapconf \ diff --git a/configs/rcn-ee_console_ubuntu_bionic_armhf.conf b/configs/rcn-ee_console_ubuntu_bionic_armhf.conf index e7cf327bb..cdc645835 100644 --- a/configs/rcn-ee_console_ubuntu_bionic_armhf.conf +++ b/configs/rcn-ee_console_ubuntu_bionic_armhf.conf @@ -123,6 +123,7 @@ repo_rcnee_pkg_list=" \ ipumm-dra7xx-installer \ linux-image-4.14.108-ti-r102 \ linux-image-4.19.31-armv7-x30 \ + moreutils \ overlayroot \ rcn-ee-archive-keyring \ tiomapconf \ -- GitLab