Skip to content

Commit

Permalink
[layer] add new layer 'BRANDS' used for brands bb's, idea taken from …
Browse files Browse the repository at this point in the history
…PLi (thanks guys)
  • Loading branch information
Andy Blackburn committed May 16, 2014
1 parent 664cbe6 commit 8bf2c76
Show file tree
Hide file tree
Showing 3,115 changed files with 271 additions and 185 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "recipes-oe-alliance/e2openplugins"]
path = recipes-oe-alliance/e2openplugins
[submodule "meta-oe/recipes-oe-alliance/enigma2-plugins/e2openplugins"]
path = meta-oe/recipes-oe-alliance/enigma2-plugins/e2openplugins
url = git://github.com/oe-alliance/e2openplugins.git
2 changes: 0 additions & 2 deletions conf/license/license-gplv2.inc

This file was deleted.

12 changes: 12 additions & 0 deletions meta-brands/conf/layer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/meta-*/recipes-*/*.bb ${LAYERDIR}/meta-*/recipes-*/*.bbappend \
${LAYERDIR}/meta-*/recipes-*/*/*.bb ${LAYERDIR}/meta-*/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "brands-layer"
BBFILE_PATTERN_brands-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_brands-layer = "7"

OEA-META-VENDOR-BASE := '${@os.path.normpath("${LAYERDIR}/../")}'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ PKG_kernel-base = "kernel-base"
PKG_kernel-image = "kernel-image"
RPROVIDES_kernel-base = "kernel-${KERNEL_VERSION}"
RPROVIDES_kernel-image = "kernel-image-${KERNEL_VERSION}"

FILESEXTRAPATHS_prepend := "${OEA-META-OE-BASE}/meta-oe/recipes-kernel/linux/files:"

SRC_URI += "http://source.mynonpublic.com/linux-azbox-${KV}-new-2.tar.bz2;name=azbox-kernel \
file://mips-refactor-clearpage-and-copypage.patch \
file://defconfig \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ RPROVIDES_kernel-base = "kernel-${KERNEL_VERSION}"
RPROVIDES_kernel-image = "kernel-image-${KERNEL_VERSION}"
ALLOW_EMPTY_kernel-dev = "1"

FILESEXTRAPATHS_prepend := "${OEA-META-OE-BASE}/meta-oe/recipes-kernel/linux/files:"

SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${KV}.tar.bz2;name=azbox-kernel \
http://source.mynonpublic.com/${MACHINE}/${MACHINE}-${SRC}.tar.gz;name=azbox-kernel-${MACHINE} \
http://source.mynonpublic.com/${MACHINE}/${MACHINE}-${SRC}.tar.gz;name=azbox-kernel-${MACHINE} \
file://defconfig \
file://genzbf.c \
file://sigblock.h \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ inherit machine_kernel_pr
KV = "3.9.7"
SRCDATE = "20140422"

FILESEXTRAPATHS_prepend := "${OEA-META-OE-BASE}/meta-oe/recipes-kernel/linux/files:"

SRC_URI[md5sum] = "2296c260008baa99b2d97dad8687cdbb"
SRC_URI[sha256sum] = "d45dcd89f28ec4dc42fb940940a3ba055cc56cf88dd2c0fcc2409d3c7e20991d"
LIC_FILES_CHKSUM = "file://${WORKDIR}/linux-${PV}/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ MACHINE_KERNEL_PR_append = ".1"

LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"

FILESEXTRAPATHS_prepend := "${OEA-META-OE-BASE}/meta-oe/recipes-kernel/linux/files:"

SRC_URI[kernel.md5sum] = "10eebcb0178fb4540e2165bfd7efc7ad"
SRC_URI[kernel.sha256sum] = "fa395fec7de633df1cb85b6248b8f35af98380ed128a8bc465fb48bc4d252633"

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ inherit machine_kernel_pr
SRCDATE = "20140404"
MACHINE_KERNEL_PR_append = ".4"

FILESEXTRAPATHS_prepend := "${OEA-META-OE-BASE}/meta-oe/recipes-kernel/linux/files:"

SRC_URI[md5sum] = "74d909a2081479136fa453b743325138"
SRC_URI[sha256sum] = "de0aaf466ecf8b47653a859f66ff59da49e7a16aa26c9987d0c089255675de04"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8bf2c76

Please sign in to comment.