File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
114# QNX SDP Distribution Build
215
316load (":qnx_sdp.bzl" , "qnx_sdp_distribution" )
Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
114"""QNX SDP Installer Module"""
215
316module (
Original file line number Diff line number Diff line change 1- """Bazel module extension for QNX repositories."""
1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
213
14+ """Bazel module extension for QNX repositories."""
315load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_file" )
416load ("//:qnx_install.bzl" , "qnx_software_center_repository" )
517
Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
114"""Repository rule to install QNX Software Center."""
215
316def _qnx_software_center_repository_impl (repository_ctx ):
Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+
114"""Rule to create a QNX SDP distribution from a patchset file."""
215
316def _qnx_sdp_distribution_impl (ctx ):
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # *******************************************************************************
3+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
4+ #
5+ # See the NOTICE file(s) distributed with this work for additional
6+ # information regarding copyright ownership.
7+ #
8+ # This program and the accompanying materials are made available under the
9+ # terms of the Apache License Version 2.0 which is available at
10+ # https://www.apache.org/licenses/LICENSE-2.0
11+ #
12+ # SPDX-License-Identifier: Apache-2.0
13+ # *******************************************************************************
214# Simple stub for qnxsoftwarecenter_clt used for local testing inside the repo.
315# It looks for the -destination <dir> argument and creates that directory.
416set -e
You can’t perform that action at this time.
0 commit comments