model-based-product-line-engineering/product-models/inc_aebs_009a_jetson_execution_environment.sysml

0 view(s) · 1 declared member(s) view source on GitHub

Source

1/*2 * Derived engineering execution-environment product-model projection — DO NOT EDIT.3 * Generated by configure_variant.py.4 * This is not a complete member-product specification.5 * Shared-assets source baseline: git-blob:a2c55d7c6c948f3b21ff0c42aabbb9946d57d556:textual-notation-of-model/packages/architecture/execution_environments.sysml (content-addressed)6 * Shared-assets model: textual-notation-of-model/packages/architecture/execution_environments.sysml7 * Shared-assets model SHA-256: 0c1781ff83fdb8dcef36cd070b578eef04793e9554e815e9876477ecb64753288 * Feature model SHA-256: c3a91f45f29e218f25bcd085ccf1fe5e2adf52074ae0f336f00661c5ec2f23349 * Bill-of-Features SHA-256: f944ae4bc643ea0270aa3b77b6ad6bd98b93e539b0ad7cbb7d5c6da87bf13b4510 * Regenerate from: model-based-product-line-engineering/feature-configurations/inc-aebs-009a-jetson.yaml11 * Feature model: model-based-product-line-engineering/feature-models/engineering_execution_environments.yaml12 */1314private import DE4SDV_ExecutionEnvironments::EngineeringExecutionEnvironment;1516part def INCAEBS009AJetsonExecutionEnvironment :> EngineeringExecutionEnvironment {17  doc /*18   * Derived engineering execution-environment projection from Bill-of-Features.19   * Inspected exact System 2 environment currently maintained for INC-AEBS-009A: NVIDIA Jetson Orin Nano Developer Kit Super, Ubuntu 22.04 Tegra Linux, and native linux/arm64 OCI-container execution. Historical 009A runtime evidence proves a Jetson 8 GiB context but does not identify the exact SKU; this configuration therefore does not claim exact-SKU execution continuity.20   *21   * Variant selections:22   *   computeNode = jetsonOrinNano23   *   operatingSystem = ubuntu2204Tegra24   *   executionRuntime = nativeLinuxArm64OCI25   */2627  part :>> computeNode = computeNode::jetsonOrinNano;28  part :>> operatingSystem = operatingSystem::ubuntu2204Tegra;29  part :>> executionRuntime = executionRuntime::nativeLinuxArm64OCI;30}31