amdms2-restricted_2.6.11.bb
来自「These are the kernel patches against the」· BB 代码 · 共 18 行
BB
18 行
# AMD MediaSoftware .bb build file# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved# Released under the MIT license (see /COPYING)include amdms2_${PV}.bbSRC_URI_append=" file://${TOPDIR}/files/amdms2-1.0-restricted-${AMD_DRIVER_VERSION}-src.tar.gz "do_compile () { oe_runmake RESTRICTED='restricted'}do_install() { install -d ${D}/${BINDIR} cp ${S}/${ARCH}rel/* ${D}/${BINDIR}/ || true }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?