On Fri, 20 Sept 2024 at 08:58, Raghuvarya S <[email protected]> wrote: > > To ensure android-tools-adbd.service starts at boot, the path > for ConditionPathExists must be present at build time. /etc is > more suitable for build-time files than /var, which is for > runtime files. Changed ConditionPathExists from > /var/usb-debugging-enabled to /etc/usb-debugging-enabled > > CC: Khem Raj <[email protected]> > CC: Dmitry Baryshkov <[email protected]> > Signed-off-by: Raghuvarya S <[email protected]>
NAK. We know that after this one the layer will be inconsistent. And you know that. So you need to pick up two more. Please send all three of them as a single series for backport. > --- > .../android-tools/android-tools/android-tools-adbd.service | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service > > b/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service > index ddf8d7f74..b6661f2e3 100644 > --- > a/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service > +++ > b/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service > @@ -1,6 +1,6 @@ > [Unit] > Description=Android Debug Bridge > -ConditionPathExists=/var/usb-debugging-enabled > +ConditionPathExists=/etc/usb-debugging-enabled > Before=android-system.service > > [Service] > -- > 2.25.1 > -- With best wishes Dmitry
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112395): https://lists.openembedded.org/g/openembedded-devel/message/112395 Mute This Topic: https://lists.openembedded.org/mt/108554519/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
