Skip to content

Commit

Permalink
fixup! VIM3/3L/1S: add gstreamer for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <nick@khadas.com>
  • Loading branch information
numbqq committed May 11, 2024
1 parent f0af9e8 commit 2ad8fc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 1 addition & 3 deletions config/boards/VIM1S.conf
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,7 @@ build_deb_packages_platform() {
# remove build stamp to force build for other arch
rm -rf $BUILD/.stamps/libge2d_deb_aml
build_package "libge2d_deb_aml:target"
fi

if [ "$LINUX" == "5.15" ] && [ "$DISTRIB_RELEASE" == "jammy" ] && [ "$DISTRIB_TYPE" == "gnome" ]; then
info_msg "Building libmultienc package..."
# FIXME
# remove build stamp to force build for other arch
Expand All @@ -297,7 +295,7 @@ build_deb_packages_platform() {
rm -rf $BUILD/.stamps/multimedia_debs_aml
build_package "multimedia_debs_aml:target"

if [ "$DISTRIB_RELEASE" == "jammy" ]; then
if [ "$DISTRIB_RELEASE" == "jammy" ] || [ "$DISTRIB_RELEASE" == "noble" ]; then
info_msg "Building gstreamer_aml package..."
# FIXME
# remove build stamp to force build for other arch
Expand Down
12 changes: 7 additions & 5 deletions config/boards/VIM3.inc
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@ build_deb_packages_platform() {
rm -rf $BUILD/.stamps/multimedia_debs_aml
build_package "multimedia_debs_aml:target"

info_msg "Building gstreamer_aml package..."
# FIXME
# remove build stamp to force build for other arch
rm -rf $BUILD/.stamps/gstreamer_aml
build_package "gstreamer_aml:target"
if [ "$DISTRIB_RELEASE" == "jammy" ] || [ "$DISTRIB_RELEASE" == "noble" ]; then
info_msg "Building gstreamer_aml package..."
# FIXME
# remove build stamp to force build for other arch
rm -rf $BUILD/.stamps/gstreamer_aml
build_package "gstreamer_aml:target"
fi

info_msg "Building meson-display package..."
# FIXME
Expand Down

0 comments on commit 2ad8fc4

Please sign in to comment.