Skip to content

Commit

Permalink
VIM4: add hdmiin-demo for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed May 6, 2024
1 parent 05fa44a commit 811ab76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/boards/VIM4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ install_deb_packages_platform() {
if [ "$DISTRIB_RELEASE" == "noble" ]; then
info_msg "Installing gstreamer_aml package..."
install_deb_chroot $BUILD_DEBS/$VERSION/$KHADAS_BOARD/${DISTRIBUTION}-${DISTRIB_RELEASE}/gstreamer_aml/gstreamer-aml_*.deb

info_msg "Installing hdmiin-demo-debs-aml package..."
install_deb_chroot $BUILD_DEBS/$VERSION/$KHADAS_BOARD/${DISTRIBUTION}-${DISTRIB_RELEASE}/hdmiin-demo-debs-aml/hdmiin-demo_*.deb
fi

if [ "$DISTRIB_RELEASE" == "jammy" ]; then
Expand Down
2 changes: 1 addition & 1 deletion config/config
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ case $DISTRIB_RELEASE in
;;
noble)
DEBOOTSTRAP_COMPONENTS="main,universe"
[[ "$DISTRIB_TYPE" != "minimal" ]] && PACKAGE_LIST_RELEASE="man-db kbd gnupg2 dirmngr networkd-dispatcher libjpeg9 command-not-found libgrpc++1 libboost-system1.74.0 libgcc1 rng-tools iozone3"
[[ "$DISTRIB_TYPE" != "minimal" ]] && PACKAGE_LIST_RELEASE="man-db kbd gnupg2 dirmngr networkd-dispatcher libjpeg9 command-not-found libgrpc++1.51t64 libboost-system1.74.0 libgcc1 rng-tools iozone3"
PACKAGE_LIST_DESKTOP+=" $PACKAGE_LIST_GSTREAMER xserver-xorg-input-all pulseaudio pulseaudio-module-bluetooth pulseaudio-module-gsettings language-selector-gnome viewnior dbus-user-session libreoffice-style-tango"
PACKAGE_LIST_OFFICE+="paprefs"
;;
Expand Down
4 changes: 2 additions & 2 deletions packages/hdmiin-demo-debs-aml/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME="hdmiin-demo-debs-aml"
PKG_VERSION="be7bb72689528a007b45926dcdb3a10c7fb24376"
PKG_SHA256="816cdc252ca9302861d8d90dfe016c396558ce3dd7123236e178e15974d336f2"
PKG_VERSION="6efce3892f2ef5784a5dc1e4cedb4b42a667b888"
PKG_SHA256="f77e50967a643c40a0ba3a7ff90e8965247bc0008fab1d1350d87588acf96b66"
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_VERSION}*"
PKG_SITE="$GITHUB_URL/numbqq/${PKG_NAME}"
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
Expand Down

0 comments on commit 811ab76

Please sign in to comment.