blob: 8b775a703ca7efb198a8ff5c077862e537fe5ee1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# V4L2 OE build file for the AMD Geode LX
# Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION = "Linux video capture/overlay driver for the AMD Geode LX"
HOMEPAGE = "http://www.amd.com/embedded"
PR = "r0"
AMD_DRIVER_VERSION = "03.02.0100"
AMD_DRIVER_LABEL = "Graphics_Video4Linux2_LX_${AMD_DRIVER_VERSION}"
require geode-modules.inc
S="${WORKDIR}/${AMD_DRIVER_LABEL}/lxv4l2"
export EXTRA_CFLAGS += " -DLINUX_2_6=1"
|