Replace jw-build by jw-pkg

Replace the jw-build build system by the jw-pkg build system.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-28 14:22:39 +01:00
commit 3284a26758
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# -- Find JWBDIR
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
JWBDIR_NAME ?= jw-build
JWBDIR_NAME ?= jw-pkg
JWBDIR_SEARCH_PATH ?= $(DEV_PROJECTS_DIR) $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)
JWBDIR ?= $(firstword $(wildcard $(addsuffix /$(JWBDIR_NAME),$(JWBDIR_SEARCH_PATH))))

View file

@ -42,5 +42,5 @@ build = squashfs, ncurses-devel, python3-GitPython, gcc-c++, qemu-arm, qemu-ppc,
[pkg.requires.jw]
run = jw-python-run = VERSION
devel = jw-devtest-run = VERSION-REVISION, jw-build-devel = VERSION
build = jw-build-devel, jw-python-devel
devel = jw-devtest-run = VERSION-REVISION, jw-pkg-devel = VERSION
build = jw-pkg-devel, jw-python-devel