Skip to content

Commit

Permalink
Add HACK comment to explain
Browse files Browse the repository at this point in the history
Added more short build commands
  • Loading branch information
Spark-NV committed Apr 13, 2022
1 parent 2f05f7a commit b0d709a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,38 @@ H6: export DEVICE=H6
H6: export DISTRO=OpenPHT
H6: export ARCH=arm

miqi: export PROJECT=Rockchip
miqi: export DEVICE=MiQi
miqi: export DISTRO=OpenPHT
miqi: export ARCH=arm

rk3328: export PROJECT=Rockchip
rk3328: export DEVICE=RK3328
rk3328: export DISTRO=OpenPHT
rk3328: export ARCH=arm

rk3399: export PROJECT=Rockchip
rk3399: export DEVICE=RK3399
rk3399: export DISTRO=OpenPHT
rk3399: export ARCH=arm

tinkerboard: export PROJECT=Rockchip
tinkerboard: export DEVICE=TinkerBoard
tinkerboard: export DISTRO=OpenPHT
tinkerboard: export ARCH=arm

miqi:
./scripts/image mkimage

rk3328:
./scripts/image mkimage

rk3399:
./scripts/image mkimage

tinkerboard:
./scripts/image mkimage

amlogic-ng:
./scripts/image mkimage

Expand Down
1 change: 1 addition & 0 deletions packages/mediacenter/plexht/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ post_patch() {
rm -rf $BUILD/$PKG_NAME-$PKG_VERSION
mkdir $BUILD/$PKG_NAME-$PKG_VERSION
cp -r $ROOT/OpenPHT-1.9/* $BUILD/$PKG_NAME-$PKG_VERSION/
# HACK OPENPHT_GITREV Changed to a hardcoded value as there is no longer a git repo for it to get the true gitrev.
OPENPHT_GITREV="$OPENPHT_BUILD_VERSION"
OPENPHT_VERSION_PREFIX="$COREELEC_REVISION_NUMBER"
OPENPHT_VERSION="${OPENPHT_GITREV}-CoreELEC-${OPENPHT_VERSION_PREFIX}-`date +"%d-%m-%Y"`"
Expand Down

0 comments on commit b0d709a

Please sign in to comment.