Skip to content

Commit

Permalink
[DELIVERY] Move from sources to a binary archive for the Amazon compo…
Browse files Browse the repository at this point in the history
…nents.
  • Loading branch information
pwielders committed Aug 12, 2019
1 parent 852e55b commit 072601e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 9 deletions.
10 changes: 1 addition & 9 deletions configs/acn2952_wpe_yt_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ BR2_TARGET_GENERIC_CABUNDLE=y
BR2_ROOTFS_DEVICE_CREATION_STATIC=y
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/acn/acn.sh"
BR2_PACKAGE_BUSYBOX_SMP=y
BR2_PACKAGE_AMAZON=y
BR2_PACKAGE_AMAZON_PLATFORM_FAMILY_NAME="kpn-metrological"
BR2_PACKAGE_AMAZON_PLATFORM_NAME="HMB2260"
BR2_PACKAGE_AMAZON_NUMBER_OF_CONCURRENT_JOBS="64"
BR2_PACKAGE_AMAZON_TAG="1.3.2"
BR2_PACKAGE_AMAZON_BUILD_TYPE_TESTING=y
BR2_PACKAGE_AMAZON_IG_READ_WRITE_PATH="/hdd/metrological/"
BR2_PACKAGE_AMAZON_DTID="A3T3XXY42KZQNP"
BR2_PACKAGE_AMAZON_BACKEND=y
BR2_PACKAGE_GSTREAMER1=y
BR2_PACKAGE_GST1_BCM=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP=y
Expand All @@ -50,6 +41,7 @@ BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS=y
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SMOOTHSTREAMING=y
BR2_PACKAGE_GST1_PLUGINS_UGLY=y
BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPG123=y
BR2_PACKAGE_LIBAMAZON=y
BR2_PACKAGE_NINJA=y
BR2_PACKAGE_BITSTREAM_VERA=y
BR2_PACKAGE_ACN_SDK=y
Expand Down
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ menu "Audio and video applications"
source "package/jack2/Config.in"
source "package/kodi/Config.in"
source "package/lame/Config.in"
source "package/libamazon/Config.in"
source "package/librespot/Config.in"
source "package/madplay/Config.in"
source "package/mimic/Config.in"
Expand Down
13 changes: 13 additions & 0 deletions package/libamazon/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
config BR2_PACKAGE_LIBAMAZON
bool "libamazon"
depends on BR2_mipsel
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_WPEFRAMEWORK
select BR2_PACKAGE_WPEFRAMEWORK_VIRTUALINPUT

help
This is the binary build package for the amazon application through
the injected bundle in the Thunder AppEngine WebKitBrowser
16 changes: 16 additions & 0 deletions package/libamazon/libamazon.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
################################################################################
#
# libamazon
#
################################################################################

LIBAMAZON_VERSION = dca2d056f0e45711fe7c4555bb117cc8f338b15f
LIBAMAZON_SITE_METHOD = git
LIBAMAZON_SITE = [email protected]:Metrological/libamazon.git
LIBAMAZON_LICENSE = PROPRIETARY
LIBAMAZON_REDISTRIBUTE = NO
LIBAMAZON_INSTALL_STAGING = YES

LIBAMAZON_DEPENDENCIES = zlib jpeg libcurl libpng wpeframework gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad

$(eval $(cmake-package))

0 comments on commit 072601e

Please sign in to comment.