1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00:00

task-base/task-poky-boot: Use MACHINE_ESSENTIAL variables correctly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2136 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-07-09 19:24:54 +00:00
parent f999059ab3
commit 886a6ba2a3
2 changed files with 8 additions and 7 deletions
-6
View File
@@ -51,12 +51,6 @@ PACKAGE_ARCH_task-base-pcmcia = "${MACHINE_ARCH}"
#
PCMCIA_MANAGER ?= "${@base_contains('MACHINE_FEATURES', 'kernel26','pcmciautils','pcmcia-cs',d)} "
#
# those ones can be set in machine config to supply packages needed to get machine booting
#
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
#
# task-base contain stuff needed for base system (machine related)
#