| Message ID | 20260226114442.705162-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: Update oecore build to match default changes to nodistro | expand |
diff --git a/config.json b/config.json index 05db992..9c5d294 100644 --- a/config.json +++ b/config.json @@ -500,8 +500,6 @@ "DISTRO" : "", "BBSETUP_CONFIG" : ["oe-nodistro-master", "nodistro"], "extravars" : [ - "INHERIT += 'uninative'", - "require conf/distro/include/yocto-uninative.inc", "BB_SIGNATURE_HANDLER = 'OEEquivHash'" ], "step1" : {
This config is now the default for OE-Core, remove the unneeded options. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 2 -- 1 file changed, 2 deletions(-)