diff options
Diffstat (limited to 'meta-jasperforest/conf')
| -rw-r--r-- | meta-jasperforest/conf/layer.conf | 12 | ||||
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 54 |
2 files changed, 66 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf new file mode 100644 index 00000000..564bb1d8 --- /dev/null +++ b/meta-jasperforest/conf/layer.conf | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend \ | ||
| 7 | ${LAYERDIR}/../common/recipes-*/*/*.bb \ | ||
| 8 | ${LAYERDIR}/../common/recipes-*/*/*.bbappend" | ||
| 9 | |||
| 10 | BBFILE_COLLECTIONS_jasperforest += "jasperforest" | ||
| 11 | BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" | ||
| 12 | BBFILE_PRIORITY_jasperforest = "6" | ||
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf new file mode 100644 index 00000000..5c2e9bc4 --- /dev/null +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -0,0 +1,54 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: jasperforest | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post | ||
| 5 | # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) | ||
| 6 | |||
| 7 | TARGET_ARCH = "x86_64" | ||
| 8 | PACKAGE_EXTRA_ARCHS = "x86 xeon" | ||
| 9 | |||
| 10 | BASE_PACKAGE_ARCH="xeon" | ||
| 11 | |||
| 12 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | ||
| 13 | acpi serial usbgadget" | ||
| 14 | |||
| 15 | KERNEL_IMAGETYPE = "bzImage" | ||
| 16 | |||
| 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
| 18 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
| 19 | |||
| 20 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
| 21 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | ||
| 22 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
| 23 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
| 24 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
| 25 | xf86-input-mouse \ | ||
| 26 | xf86-input-keyboard \ | ||
| 27 | xf86-input-evdev \ | ||
| 28 | xf86-input-synaptics \ | ||
| 29 | xf86-video-vesa" | ||
| 30 | |||
| 31 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 32 | |||
| 33 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
| 34 | |||
| 35 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 36 | |||
| 37 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
| 38 | |||
| 39 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | ||
| 40 | |||
| 41 | GLIBC_ADDONS = "nptl" | ||
| 42 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
| 43 | |||
| 44 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | ||
| 45 | PREFERRED_VERSION_grub ?= "1.98" | ||
| 46 | |||
| 47 | TARGET_CC_ARCH = "-m64" | ||
| 48 | |||
| 49 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "a6dd773a94336c7bbdfd02f8a6a647d034f84821" | ||
| 50 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "5806e601595ff3db7655f14b3d720433072eb656" | ||
| 51 | |||
| 52 | SRCREV_machine_pn-linux-yocto-stable_jasperforest ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7" | ||
| 53 | SRCREV_meta_pn-linux-yocto-stable_jasperforest ?= "50ccd2b3213b6a1bacb3f898c035119802dac420" | ||
| 54 | |||
