From 59f1923832b301df6743ed3fa0b92556aa68ffbd Mon Sep 17 00:00:00 2001 From: aavit Date: Fri, 26 Sep 2014 10:17:00 +0200 Subject: Add Silica ArchiTech tibidabo board Builds & runs ok! The current implementation is done with the strategy of using the vendor's defined repo versions for the yocto stack, instead of the common versions defined by b2qt. The intention is to build upon the vendor stack as closely as possible, as that is (hopefully) tested and maintained. Task-number: QTEE-801 Change-Id: Ib93b54178de870b5f288b2fae982ea2b4bb74e50 Reviewed-by: Samuli Piippo --- recipes/x264/x264_git.bbappend | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/x264/x264_git.bbappend (limited to 'recipes/x264') diff --git a/recipes/x264/x264_git.bbappend b/recipes/x264/x264_git.bbappend new file mode 100644 index 0000000..ccbbbd1 --- /dev/null +++ b/recipes/x264/x264_git.bbappend @@ -0,0 +1,25 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://qt.digia.com/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +# Workaround: at the sha version defined by tibidabo, the x264 recipe +# defines a nonexisting SRCREV sha. +SRCREV_tibidabo = "ffc3ad4945da69f3caa2b40e4eed715a9a8d9526" -- cgit v1.2.3-54-g00ecf