Skip to content

Commit

Permalink
Fixes for nxp imx8xqp machine
Browse files Browse the repository at this point in the history
imx8qxp-mek is deprecated in favour of imx8qxp-b0-mek


Signed-off-by: Marek Belisko <marek.belisko@pantacor.com>
  • Loading branch information
nandra committed Jan 16, 2025
1 parent 95c4cfc commit 5d7d4be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bblayers_conf_header:
platform-nxp: |
BBMASK += "meta-imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx.*"
BBMASK += "meta-imx/meta-imx-bsp/recipes-bsp/firmware-imx/firmware-imx.*"
machine: imx8qxp-mek
machine: imx8qxp-b0-mek
target:
- pantavisor-remix
build_system: oe
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/makemachines
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configs=" \
kas/machines/sunxi-orange-pi-3lts.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml$configsuffix \
kas/machines/sunxi-orange-pi-r1.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml$configsuffix \
kas/machines/sunxi-nanopi-r1.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml$configsuffix \
kas/machines/imx8qxp-mek.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml:kas/scarthgap-nxp.yaml$configsuffix \
kas/machines/imx8qxp-b0-mek.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml:kas/scarthgap-nxp.yaml$configsuffix \
kas/machines/raspberrypi-armv8.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml$configsuffix \
"

Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/onpush-imx8qxp-b0-mek-scarthgap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Build On Push'

on:
push:
paths:
- '**'
- '.github/configs/**'
- '!.github/scripts/**'
- '!.github/workflows/updatemachines.yaml'

jobs:

build-imx8qxp-b0-mek-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/imx8qxp-b0-mek-scarthgap.yaml
name: imx8qxp-b0-mek-scarthgap
secrets: inherit

0 comments on commit 5d7d4be

Please sign in to comment.