summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-02-07 01:24:42 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-25 14:57:52 +0300
commit66231172c839083a955155a967775adc5dc273ad (patch)
treef14c67e6893531c3edce578707c51809c1045a6c /meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend
parent6bf844b08f7fcdc206c1132c2e46ba2eecd1ae2c (diff)
downloadopenbmc-66231172c839083a955155a967775adc5dc273ad.tar.xz
witherspoon-128: Initial commit
Create a machine/witherspoon-128.conf file to model a witherspoon system with 128MB flash chips. * New kernel device tree (witherspoon-128.dts). * Bigger read-write filesystem. Remove the default from the witherspoon layer (not needed as 6MB is the default) so that the size value can be overwritten by the witherspoon-128.conf. - To build this machine: export MACHINE="witherspoon-128"; \ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE"; \ bitbake obmc-phosphor-image Witherspoon-128 is a system based on Witherspoon but with 128MB flash chips. Create a device tree for this configuration. Since this system is just a bringup vehicle, the device tree will be carried as a patch instead of merging it in upstream linux. (From meta-ibm rev: 903fd3532aaa967ddc7124095304f50cd4c9557c) Change-Id: If02e8ad32fc2bff336d16c18513f2c238b28c28a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend
index 1b099371e0..e41a430c7c 100644
--- a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -1,2 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://witherspoon.cfg"
+SRC_URI_append_witherspoon-128 = " file://0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch"