From efe5ece84275731db2fe5bbacd25601c28d5091b Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 27 Dec 2016 19:05:03 -0600 Subject: [PATCH] debian stretch: will have nodejs v6 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- configs/bb.org-debian-stretch-iot-v4.9.conf | 4 ++-- configs/bb.org-debian-stretch-wayland-v4.4.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/bb.org-debian-stretch-iot-v4.9.conf b/configs/bb.org-debian-stretch-iot-v4.9.conf index ee4a3e691..407091e86 100644 --- a/configs/bb.org-debian-stretch-iot-v4.9.conf +++ b/configs/bb.org-debian-stretch-iot-v4.9.conf @@ -118,8 +118,8 @@ repo_rcnee_pkg_list=" \ ## ##nodejs: https://github.com/nodesource/distributions #repo_nodesource="node_0.12" -repo_nodesource="node_4.x" -#repo_nodesource="node_6.x" +#repo_nodesource="node_4.x" +repo_nodesource="node_6.x" repo_nodesource_dist="jessie" ## repo_rcnee_pkg_version="4.9.0-ti-r12" diff --git a/configs/bb.org-debian-stretch-wayland-v4.4.conf b/configs/bb.org-debian-stretch-wayland-v4.4.conf index 7bd7c6319..e853b17a7 100644 --- a/configs/bb.org-debian-stretch-wayland-v4.4.conf +++ b/configs/bb.org-debian-stretch-wayland-v4.4.conf @@ -125,8 +125,8 @@ repo_rcnee_pkg_list=" \ ## ##nodejs: https://github.com/nodesource/distributions #repo_nodesource="node_0.12" -repo_nodesource="node_4.x" -#repo_nodesource="node_6.x" +#repo_nodesource="node_4.x" +repo_nodesource="node_6.x" repo_nodesource_dist="jessie" ## repo_rcnee_pkg_version="4.4.39-ti-r76" -- GitLab