mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d0a76b94a |
+1
-5
@@ -93,7 +93,6 @@ projects/ArchR/devices/SM8550/
|
||||
projects/ArchR/devices/SM8650/
|
||||
|
||||
# Non-R36S device documentation
|
||||
bench-results/*
|
||||
documentation/PER_DEVICE_DOCUMENTATION/H700/
|
||||
documentation/PER_DEVICE_DOCUMENTATION/RK3399/
|
||||
documentation/PER_DEVICE_DOCUMENTATION/RK3566/
|
||||
@@ -173,7 +172,4 @@ packages/sysutils/open-vm-tools/
|
||||
|
||||
#other
|
||||
docs/*
|
||||
!docs/improvements.md
|
||||
!docs/release-policy.md
|
||||
!docs/fhs-mapping.md
|
||||
bench-results/config/mipi-generator/__pycache__/
|
||||
bench-results/
|
||||
@@ -1,12 +1,5 @@
|
||||
-include $(HOME)/.archr/options
|
||||
|
||||
# Normalise OFFICIAL once, before any recipe runs. `override` makes
|
||||
# this assignment win against MAKEFLAGS cmdline propagation, so
|
||||
# recursive make invocations (build_distro -> make image) see the
|
||||
# canonical "yes" value instead of the raw "y" / "Y" / "1" the user
|
||||
# passed on the outer command line. `export` then forwards it to
|
||||
# every shell, including scripts/image which tests `= "yes"` exact.
|
||||
override OFFICIAL := $(if $(filter y yes Y YES 1,$(OFFICIAL)),yes,)
|
||||
export OFFICIAL
|
||||
|
||||
all: world
|
||||
@@ -113,12 +106,6 @@ docker-image-pull:
|
||||
$(DOCKER_CMD) pull $(DOCKER_IMAGE)
|
||||
|
||||
# Wire up docker to call equivalent make files using % to match and $* to pass the value matched by %
|
||||
# After a successful RK3326 build, refresh the overlay-generator website's
|
||||
# bundled base DTBs (/archr-bases) so they never drift from the shipped image.
|
||||
# Runs host-side on purpose: the website repo is not mounted into the build
|
||||
# container. The sync script is itself non-fatal, and the guard keeps it off
|
||||
# non-build docker targets (docker-shell, docker-update, ...).
|
||||
docker-%:
|
||||
./scripts/get_env > .env
|
||||
BUILD_DIR="$(DOCKER_WORK_DIR)" $(DOCKER_CMD) run $(PODMAN_ARGS) $(INTERACTIVE) --init --env-file .env --rm --user $(UID):$(GID) $(GLOBAL_SETTINGS) $(LOCAL_SSH_KEYS_FILE) $(EMULATIONSTATION_SRC) -v "$(PWD)":"$(DOCKER_WORK_DIR)" -v /tmp:/tmp -w "$(DOCKER_WORK_DIR)" $(DOCKER_EXTRA_OPTS) $(DOCKER_IMAGE) $(COMMAND)
|
||||
@if [ "$*" = "RK3326" ]; then ./scripts/repo/sync-site-bases; fi
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user