Skip to content

Commit

Permalink
feat(yocto): add netplan networking
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 6, 2023
1 parent c1efbcf commit 063f212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
do_install:append() {
# Netplan expects wpa_supplicant to be in "/sbin/" instead of "/usr/sbin/"
mkdir -p ${D}/sbin
ln -s /usr/sbin/wpa_supplicant ${D}/sbin/wpa_supplicant
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,14 @@ USER_APPS = " \
ros2-helloworld-python \
"

NETWORKING = " \
netplan \
wpa-supplicant \
"

IMAGE_INSTALL:append = " \
${ROS_SYSROOT_BUILD_DEPENDENCIES} \
${NETWORKING} \
python3-argcomplete \
glibc-utils \
localedef \
Expand Down

0 comments on commit 063f212

Please sign in to comment.