From 50fe5d6185a1cc57186d523e832d9f6b4c89dc21 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 21 May 2013 13:38:17 +0300 Subject: linux-mainline: remove beagleboard logo from kernel boot screen Change-Id: Iecea7f03842c8d66f9a2ecb87d6174ce7f99110d Reviewed-by: Kalle Viironen --- recipes/linux/linux-mainline_3.2.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/linux/linux-mainline_3.2.bbappend b/recipes/linux/linux-mainline_3.2.bbappend index 8689102..0cfda85 100644 --- a/recipes/linux/linux-mainline_3.2.bbappend +++ b/recipes/linux/linux-mainline_3.2.bbappend @@ -2,4 +2,9 @@ do_configure_prepend() { # Builtin network driver, so networking is initialized correctly during boot echo "CONFIG_USB_NET_SMSC95XX=y" >> ${WORKDIR}/defconfig + + # Remove beagleboard logo + if [ -e ${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm ]; then + rm ${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm + fi } -- cgit v1.2.3-54-g00ecf