diff options
author | Tian Fang <tfang@fb.com> | 2015-09-25 14:46:29 -0700 |
---|---|---|
committer | Tian Fang <tfang@fb.com> | 2015-09-25 14:46:29 -0700 |
commit | 8a67fbdd0e251bb34d55992b0771edba1837d589 (patch) | |
tree | 8d43b02efdfacfa608ee8bb2a9a8230aae35308c | |
parent | f03c7fe8f7a36be261d06e1d5e3535d2d7b6e6b4 (diff) | |
download | ast2050-yocto-openbmc-8a67fbdd0e251bb34d55992b0771edba1837d589.zip ast2050-yocto-openbmc-8a67fbdd0e251bb34d55992b0771edba1837d589.tar.gz |
[linux] remove duplicated include
Summary:
As title
Test Plan:
bitbake linux-aspeed
-rw-r--r-- | meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb index bda2ea3..9a76066 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb @@ -33,8 +33,6 @@ LINUX_VERSION_EXTENSION ?= "-aspeed" PR = "r1" PV = "${LINUX_VERSION}" -include linux-aspeed.inc - # Install bounds.h for external module install # The default install script handles this. However, it looks for bounds.h from # 'include/generated', which doesnot match 2.6.28, where the file is in |