Skip to content

Commit

Permalink
WIP: ca55: aosedge: Fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Hamamachi <[email protected]>
  • Loading branch information
yhamamachi committed Sep 4, 2024
1 parent 16c4525 commit bb6e0f5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_IMPORT = "github.com/aosedge/aos_communicationmanager"
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}"
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
GO_IMPORT = "github.com/aosedge/aos_cni_dns"
# GO_IMPORT = "github.com/aosedge/aos_dnsname"
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}"
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# GO_IMPORT = "github.com/aosedge/aos_firewall"
GO_IMPORT = "github.com/aosedge/aos_cni_firewall"
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ do_install_append() {
fi
}

GO_IMPORT = "github.com/aosedge/aos_iamanager"
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_IMPORT = "github.com/aosedge/aos_servicemanager"
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}"
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,5 @@ do_install_append() {
fi
}

GO_IMPORT = "github.com/aosedge/aos_updatemanager"

do_prepare_modules() {
file="${S}/src/${GO_IMPORT}/updatemodules/modules.go"

echo 'package updatemodules' > ${file}
echo 'import (' >> ${file}
for module in ${AOS_UM_UPDATE_MODULES}; do
echo "\t_ \"github.com/aoscloud/aos_updatemanager/${module}\"" >> ${file}
done
echo ')' >> ${file}
}
SRC_URI := "${@d.getVar('SRC_URI').replace('[email protected]/aoscloud', '[email protected]/aosedge')}"

Original file line number Diff line number Diff line change
@@ -1 +1 @@
GO_IMPORT = "github.com/aosedge/aos_vis"
SRC_URI := "${@d.getVar('SRC_URI').replace('git@github.com/aoscloud', '[email protected]/aosedge')}"

0 comments on commit bb6e0f5

Please sign in to comment.