inherit module_strip inherit kernel-arch export OS = "${TARGET_OS}" export CROSS_COMPILE = "${TARGET_PREFIX}" export KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}" export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}" KERNEL_OBJECT_SUFFIX = "${@[".o", ".ko"][base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion') > "2.6.0"]}" KERNEL_CCSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ccsuffix')}" KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}" KERNEL_ARSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-arsuffix')}" # Set TARGET_??_KERNEL_ARCH in the machine .conf to set architecture # specific options necessary for building the kernel and modules. TARGET_CC_KERNEL_ARCH ?= "" HOST_CC_KERNEL_ARCH ?= "${TARGET_CC_KERNEL_ARCH}" TARGET_LD_KERNEL_ARCH ?= "" HOST_LD_KERNEL_ARCH ?= "${TARGET_LD_KERNEL_ARCH}" TARGET_AR_KERNEL_ARCH ?= "" HOST_AR_KERNEL_ARCH ?= "${TARGET_AR_KERNEL_ARCH}" KERNEL_CC = "${CCACHE}${HOST_PREFIX}gcc${KERNEL_CCSUFFIX} ${HOST_CC_KERNEL_ARCH}" KERNEL_LD = "${LD}${KERNEL_LDSUFFIX} ${HOST_LD_KERNEL_ARCH}" KERNEL_AR = "${AR}${KERNEL_ARSUFFIX} ${HOST_AR_KERNEL_ARCH}" # kernel modules are generally machine specific PACKAGE_ARCH = "${MACHINE_ARCH}" e>
summaryrefslogtreecommitdiff
path: root/packages/xorg-util
AgeCommit message (Expand)AuthorFiles
2008-11-02xorg-util: util-macros - set ALLOW_EMPTY; fixes dependency problem with SDKsMike Westerhof2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther8
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther8
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-06-13util-macros-native: add 1.1.6Philipp Zabel1
2008-04-17util-macros: added forgotten patch for 1.1.6Marcin Juszkiewicz2
2008-03-15util-macros: add 1.1.6Philipp Zabel1
2007-08-17makedepend(-native): fix DEPENDS (taken from Poky) - close #2723Marcin Juszkiewicz2
2007-08-05Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ...Koen Kooi15
2007-08-03makedepend-native: add DEPENDS on xproto-native - spotted by CroftonMarcin Juszkiewicz1
2007-08-02xorg mega commit: merge in change from pokyKoen Kooi9
2007-03-30util-macros: update -native to 1.1.5, needed for R7.2Koen Kooi1
2007-02-22util-macros: added patch to get it cross compiled (from poky)Marcin Juszkiewicz2
2007-02-22util-macros: added 1.1.5 from pokyMarcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3
2006-08-24xorg-util: use tar.bz2 sources instead of tar.gzPhilipp Zabel1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther11
2006-07-24xorg-util: Update for X11R7.0 and X11R7.1.Raymond Danks14
2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* dire...Raymond Danks3