From 9dc13bb8ef63bb0f4afac8bdd84f3a7f3ab8d37c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 6 Sep 2021 09:57:31 +0100 Subject: [PATCH] src/poky:utils: Drop obsolete oe_machinstall function This function does something similar to the bitbake fetcher file search paths and is an old remnant of how this could have once been handled. There are no users in OE-Core and we'd always prefer the fetcher to handle this now as it handles signatures correctly. The direct OVERRIDES reference would likely break any user of the function. Remove it to be safe and ensure it isn't being used anywhere. (From OE-Core rev: d49ba0243e3d28672d16cd02753eb7e85d91bbab) Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index 8914bc77b43..23d95eb6560 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit 8914bc77b4381793ee3b144b22b1f46215a37d31 +Subproject commit 23d95eb65604bc05a730a461bafe26594bbe5e46