You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to discuss what terminology to use to refer to (A) the system to which we’re shipping packages, i.e., the reMarkable OS; (B) the containerized system in which we’re building packages; (C) the host system that’s running the Docker daemon and toltecmk. Currently we call (A) the host system, (B) the build system, and (C) has no particular naming as far as I can see. Here are some other uses of those terms in other projects:
OpenWrt calls (A) the target system, (B) the host system.
From what I can see, host has basically no meaning since it’s used both for (A) and (B) in different projects. Should we keep the current terminology? or replace host with something less confusing?
The text was updated successfully, but these errors were encountered:
Meson inherited the GCC / autotools terminology. GCC lists this as:
There are three system names that the build knows about: the machine you are building on (build), the machine that you are building for (host), and the machine that GCC will produce code for (target).
Both are in agreement. (B) is the build machine (machine that is executing your compiler), (A) is the host machine (the machine the compiler emits code for).
I think we need to discuss what terminology to use to refer to (A) the system to which we’re shipping packages, i.e., the reMarkable OS; (B) the containerized system in which we’re building packages; (C) the host system that’s running the Docker daemon and toltecmk. Currently we call (A) the host system, (B) the build system, and (C) has no particular naming as far as I can see. Here are some other uses of those terms in other projects:
From what I can see, host has basically no meaning since it’s used both for (A) and (B) in different projects. Should we keep the current terminology? or replace host with something less confusing?
The text was updated successfully, but these errors were encountered: