From 816c66daee082497008df5d396abe9e39345aac6 Mon Sep 17 00:00:00 2001 From: MonekaLakshmi <101797473+MonekaLakshmi@users.noreply.github.com> Date: Thu, 17 Apr 2025 19:32:15 +0530 Subject: [PATCH 1/4] RDK-57139: Segmented global/system-wide profile --- conf/machine/include/oss.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/oss.inc b/conf/machine/include/oss.inc index 35dd2f2..7a24d6d 100644 --- a/conf/machine/include/oss.inc +++ b/conf/machine/include/oss.inc @@ -27,7 +27,8 @@ OSS_MACHINE = "${@get_oss_machine(d)}" OSS_LAYER_ARCH = "${@get_oss_arch(d)}" PACKAGE_EXTRA_ARCHS:append = " ${OSS_LAYER_ARCH}" OSS_LAYER_EXTENSION = "${OSS_LAYER_ARCH}" -OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/rdk-oss-release/${OSS_LAYER_VERSION}/${OSS_MACHINE}/ipks" +#OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/rdk-oss-release/${OSS_LAYER_VERSION}/${OSS_MACHINE}/ipks" +OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/topic/RDK-56718-poc/ipks" # To set the remote feeds IPK_FEED_URIS += " \ From be3832f1e6a0df480be3feb63c0c1b7dd8534b2b Mon Sep 17 00:00:00 2001 From: MonekaLakshmi <101797473+MonekaLakshmi@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:27:01 +0530 Subject: [PATCH 2/4] RDK-57139: Update oss.inc --- conf/machine/include/oss.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/oss.inc b/conf/machine/include/oss.inc index 7a24d6d..ba51a3e 100644 --- a/conf/machine/include/oss.inc +++ b/conf/machine/include/oss.inc @@ -28,7 +28,7 @@ OSS_LAYER_ARCH = "${@get_oss_arch(d)}" PACKAGE_EXTRA_ARCHS:append = " ${OSS_LAYER_ARCH}" OSS_LAYER_EXTENSION = "${OSS_LAYER_ARCH}" #OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/rdk-oss-release/${OSS_LAYER_VERSION}/${OSS_MACHINE}/ipks" -OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/topic/RDK-56718-poc/ipks" +OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/RDK-56718-poc_test/ipks" # To set the remote feeds IPK_FEED_URIS += " \ From d1d8f45f362866c3e467534314766a4fc8151c14 Mon Sep 17 00:00:00 2001 From: MonekaLakshmi <101797473+MonekaLakshmi@users.noreply.github.com> Date: Fri, 25 Apr 2025 09:32:50 +0530 Subject: [PATCH 3/4] RDK-57139: Update oss.inc --- conf/machine/include/oss.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/oss.inc b/conf/machine/include/oss.inc index ba51a3e..b8f376d 100644 --- a/conf/machine/include/oss.inc +++ b/conf/machine/include/oss.inc @@ -28,7 +28,7 @@ OSS_LAYER_ARCH = "${@get_oss_arch(d)}" PACKAGE_EXTRA_ARCHS:append = " ${OSS_LAYER_ARCH}" OSS_LAYER_EXTENSION = "${OSS_LAYER_ARCH}" #OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/rdk-oss-release/${OSS_LAYER_VERSION}/${OSS_MACHINE}/ipks" -OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/RDK-56718-poc_test/ipks" +OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/RDK-56718-poc_ELE/ipks" # To set the remote feeds IPK_FEED_URIS += " \ From 9621aea173baeb6fc543325c00ab1e8a3674c1d5 Mon Sep 17 00:00:00 2001 From: MonekaLakshmi <101797473+MonekaLakshmi@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:39:50 +0530 Subject: [PATCH 4/4] RDK-57139: Update oss.inc --- conf/machine/include/oss.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/oss.inc b/conf/machine/include/oss.inc index b8f376d..ba51a3e 100644 --- a/conf/machine/include/oss.inc +++ b/conf/machine/include/oss.inc @@ -28,7 +28,7 @@ OSS_LAYER_ARCH = "${@get_oss_arch(d)}" PACKAGE_EXTRA_ARCHS:append = " ${OSS_LAYER_ARCH}" OSS_LAYER_EXTENSION = "${OSS_LAYER_ARCH}" #OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/rdk-oss-release/${OSS_LAYER_VERSION}/${OSS_MACHINE}/ipks" -OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/RDK-56718-poc_ELE/ipks" +OSS_IPK_SERVER_PATH = "https://partners.artifactory.comcast.com/artifactory/opkg/rdk-oss-dev/RDK-56718-poc_test/ipks" # To set the remote feeds IPK_FEED_URIS += " \