Skip to content

Commit

Permalink
ca55: aosedge: Change to use new repository for building
Browse files Browse the repository at this point in the history
Github organization is renamed from Aoscloud to Aosedge.
According to Github specification, automatic redirect to new repository
is enabled unless aoscloud organization will be created again.
But, there is no reason to continue to use old repository link.
Thus, this patch changes to use new repository.

old: https://github.com/orgs/aoscloud (Link is no more available)
new: https://github.com/orgs/aosedge

Signed-off-by: Yuya Hamamachi <[email protected]>
  • Loading branch information
yhamamachi committed Aug 26, 2024
1 parent 217fcf0 commit 0a44a99
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application_cpu/aos-rcar-gen4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ common_data:
url: "https://github.com/xen-troops/meta-xt-common.git"
rev: "e27c46b"
- type: git
url: "https://github.com/aoscloud/meta-aos-rcar-gen4.git"
url: "https://github.com/aosedge/meta-aos-rcar-gen4.git"
rev: "v1.0.0"
- type: git
url: https://github.com/aoscloud/meta-aos.git
url: https://github.com/aosedge/meta-aos.git
rev: "v6.0.2"
# Common configuration options for all yocto-based domains
conf: &COMMON_CONF
Expand Down
4 changes: 2 additions & 2 deletions application_cpu/build_xenhypervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ if [[ ! -e "${SCRIPT_DIR}/work" || "$CLEAN_BUILD_FLAG" == "true" ]]; then
#############################################
# Remove meta-aos-rcar-gen from repo list
PARTERN=' - type: git
url: "https://github.com/aoscloud/meta-aos-rcar-gen4.git"
url: "https://github.com/aosedge/meta-aos-rcar-gen4.git"
rev: "v1.0.0"'
sed -i -z "s|${PARTERN//$'\n'/\\n}||" ./aos-rcar-gen4-wb.yaml

# Prepare additional repo
mkdir -p ./yocto
git clone https://github.com/aoscloud/meta-aos-rcar-gen4 \
git clone https://github.com/aosedge/meta-aos-rcar-gen4 \
./yocto/meta-aos-rcar-gen4
cd ./yocto/meta-aos-rcar-gen4
git checkout ${AOS_VERSION}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_IMPORT = "github.com/aosedge/aos_communicationmanager"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_IMPORT = "github.com/aosedge/aos_dnsname"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_IMPORT = "github.com/aosedge/aos_firewall"
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ do_install_append() {
fi
}

GO_IMPORT = "github.com/aosedge/aos_iamanager"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_IMPORT = "github.com/aosedge/aos_servicemanager"
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ do_install_append() {
fi
}

GO_IMPORT = "github.com/aosedge/aos_updatemanager"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_IMPORT = "github.com/aosedge/aos_vis"

0 comments on commit 0a44a99

Please sign in to comment.