diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-29 14:56:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 11:16:43 +0100 |
| commit | b75bcc3b54e8956bfaf2dae9aa9bb9a5bbf82f00 (patch) | |
| tree | b4d12d35720ef68d43e6cb2885145654702ef93d | |
| parent | 789914b50644c43e11a943b5714722d8c0db31e0 (diff) | |
| download | poky-b75bcc3b54e8956bfaf2dae9aa9bb9a5bbf82f00.tar.gz | |
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: dd1841a7c3edc2749924370c307ff40ec65f0fe1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | bitbake/bin/bitbake-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-setup b/bitbake/bin/bitbake-setup index b07bf2eb7c..7067cbd4fc 100755 --- a/bitbake/bin/bitbake-setup +++ b/bitbake/bin/bitbake-setup | |||
| @@ -19,7 +19,7 @@ import datetime | |||
| 19 | import glob | 19 | import glob |
| 20 | import subprocess | 20 | import subprocess |
| 21 | 21 | ||
| 22 | default_registry = 'git://github.com/kanavin/bitbake-setup-configurations.git;protocol=https;branch=main;rev=main' | 22 | default_registry = os.path.normpath(os.path.dirname(__file__) + "/../default-registry") |
| 23 | 23 | ||
| 24 | bindir = os.path.abspath(os.path.dirname(__file__)) | 24 | bindir = os.path.abspath(os.path.dirname(__file__)) |
| 25 | sys.path[0:0] = [os.path.join(os.path.dirname(bindir), 'lib')] | 25 | sys.path[0:0] = [os.path.join(os.path.dirname(bindir), 'lib')] |
