Skip to content

Commit

Permalink
udev-rules-bt.bbappend: Move udev rules to /lib/udev/rules.d/
Browse files Browse the repository at this point in the history
In balenaOS we bind mount /etc/udev/rules.d for os-udevrules so
we need to have OS level udev rules under /lib/udev/rules.d instead.

Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 18, 2024
1 parent e3fd187 commit 18115e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
do_install:append () {
install -d ${D}${base_libdir}/udev
mv ${D}/${sysconfdir}/udev ${D}${base_libdir}/
}

0 comments on commit 18115e0

Please sign in to comment.