mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
bitbake: bitbake-setup: Switch to internal default registry files
Switch the url to be the default internal registry rather than a private repo which was intended for testing. (Bitbake rev: e031b75b5b92552d812d2305a35ce90eb6c68b78) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f2b06607d3
commit
3d48b2a7b1
|
|
@ -19,7 +19,7 @@ import datetime
|
|||
import glob
|
||||
import subprocess
|
||||
|
||||
default_registry = 'git://github.com/kanavin/bitbake-setup-configurations.git;protocol=https;branch=main;rev=main'
|
||||
default_registry = os.path.normpath(os.path.dirname(__file__) + "/../default-registry")
|
||||
|
||||
bindir = os.path.abspath(os.path.dirname(__file__))
|
||||
sys.path[0:0] = [os.path.join(os.path.dirname(bindir), 'lib')]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user